hi
I’m using wp7608. Im trying to send mail by using curl commands
curl --url ‘smtps://smtp.gmail.com:465’ --ssl-reqd --mail-from ‘username@gmail.com’ --mail-rcpt ‘john@gmail.com’ --upload-file mail.txt --user ‘username@gmail.com:password’ --insecure
but Im getting error like curl: (67) Login denied.please tell me how to solve this problem