0
I saw many thread about sending email using Telnet, but I couldn't do that.
I'm trying to connect to yahoo smtp server by :
telnet smtp.mail.yahoo.com 25
The response from server is :
Trying 98.138.105.21...
Connected to smtp.mail.yahoo.com.
Escape character is '^]'.
220 smtp.mail.yahoo.com ESMTP ready
My request is :
ehlo smtp.mail.yahoo.com
The response from server is :
250-smtp.mail.yahoo.com
250-PIPELINING
250-SIZE 41697280
250-8 BITMIME
250 STARTTLS
Connection closed by foreign host.
I don't get OK
from server to continuing sending mail...
What am I doing wrong?
Should I type in sender email password after
Authentication required
? – Hamed Kamrava – 2014-05-07T20:20:17.650What is
rset
? – Hamed Kamrava – 2014-05-07T20:30:17.1831
@HamedKamrava
– Mr Shunz – 2014-05-07T20:32:19.640rset
simply resets the session so you can start another (i.e. to send another mail). Authentication via telnet can be a bit tricky, as it seems yahoo doesn't support plain authentication. Take a look here: http://www.ndchost.com/wiki/mail/test-smtp-auth-telnet