smtp - getting "530 5.7.0 Must issue a STARTTLS command first." error when sending mail via netcat -


i'm trying send email netcat, get:

****-macbook-pro:~ ***$ nc smtp.gmail.com 25 220 mx.google.com esmtp h8sm66301168eew.16 - gsmtp helo gmail.com 250 mx.google.com @ service mail from: <******@gmail.com> 530 5.7.0 must issue starttls command first. h8sm66301168eew.16 - gsmtp 

what starttls command , need it?

starttls extension plain text communication protocols, offers way upgrade plain text connection encrypted (tls or ssl) connection instead of using separate port encrypted communication.

http://en.wikipedia.org/wiki/starttls

the smtp server saying won't accept plain text connections.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -