Home » Tips

How to send SMTP email using Telnet

24 February 2008 0 views No Comment

Before email program like or thunderbird exists, telnet is the program you use to send email. This method is considered old enough and it exist at the beginning of the itself.

The items in bold are what you should type.

Start telnet by the following at your prompt/shell

telnet inertz.org 25

220-my.-webhosting.com ESMTP Exim 4.68 #1 Sun, 24 Feb 2008 11:17:08 +080
0
220-We do not authorize the use of this to transport unsolicited,
220 and/or e-.

helo

250 my.-webhosting.com Hello [124.13.133.112]

from: webmaster@inertz.org
250 OK

rcpt to:hostmaster@inertz.org
250 Accepted

data
354 Enter message, ending with “.” on a line by itself

This is test.
.
250 OK id=1JT7R9-00066M-7Z

quit
221 my.-webhosting.com closing connection

Connection to host lost.

Tags: , , , , , , , , , , ,

Related posts

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.