Manually Send an SMTP Message from a Telnet Session.


/ Published in: C#
Save to your folder(s)

Mail might not send from user different from current domain or to user in ouside domain.
Data section terminated by CRLF.CRLF


Copy this code and paste it in your HTML
  1. HELO
  2. MAIL FROM: name@server.com
  3. RCPT TO: name@server.com
  4. DATA
  5. test
  6. test
  7. .

URL: http://www.networkclue.com/internet/SMTP/manual-test.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.