I use the following commend to access my gmail account in telnet:
openssl s_client -starttls smtp -crlf -connect smtp.gmail.com:25
then I login and receive an error:
auth login
334 VXNlcm5hbWU6
user "some base64"
334 UGFzc3dvcmQ6
pass "some base64"
535-5.7.1 Username and Password not accepted.
I'm sure my user name and password are correct. Is there something I'm missing?