Check Gmail SMTP Authentication
To test username and password authentication with Google SMTP server.
openssl s_client -starttls smtp -connect smtp.gmail.com:587 -crlf -ign_eof
ehlo smtp.gmail.com
auth login
<base64 encoded username>
<base64 encoded password>
Written by James Cryer
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Authentication
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#