I’m trying to connect to GMAIL SMTP via TELNET.
When I type the command
mail from: guilerme18@gmail.com
it shows me the message
530 5.7.0 Must issue a STARTTLS command first. N72sm4504959yhh.21.
What is happening?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can only connect to Google’s mail services via an encrypted connection. TLS is the encryption scheme being requested. Since you’re using Telnet, this is not something you’re going to be easily able to do.
(pretty much you’d have to encrypt as you type and be able to read the encrypted response or decrypt it to understand it).
Source: Connecting other clients to Google Mail
EDIT
I guess one should also ponder the question "why?"