SMTP Telnet Session
telnet mail.somedomain.com 25
Trying A.B.C.D...
Connected to A.B.C.D.
Escape character is '^]'.
220 mail.somedomain.com. ESMTP Exim 3.36 #1 Mon, 28 Feb 2005 17:15:33 +0100
helo someotherdomain.com
250 mail.somedomain.com Hello user at someotherdomain.com [E.F.G.H]
mail from: cc@someotherdomain.com
250is syntactically correct
rcpt to: recipient@somedomain.com
250is syntactically correct
data
354 Enter message, ending with "." on a line by itself
Subject:Test Message
This is a test message.
.
250 OK id=1D5ncW-0004Ie-00
quit
221 mail.somedomain.com closing connection
Connection closed by foreign host.
Related posts:
- Automatic Generate JUnit Tests
- How To Enable Telnet On A Samsung TV
- View The Contents Of A Certificate Signing Request (CSR)
- Sending Spam with SWT
- Howto setup SPF (Sender Policy Framework) on a domain
- Nessus alternative
- Sockets Programming in Java
- Send Email using PHP, PHPMailer and Gmail
- TDC Broadband in sweden
- Accessing Munin nodes through SSH tunnels
