<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Send mail through SMTP using Telnet</title>
	<atom:link href="http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/</link>
	<description>Knowledge bling's the finer things in life.</description>
	<pubDate>Thu, 28 Aug 2008 22:55:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: soldeir</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-21764</link>
		<dc:creator>soldeir</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-21764</guid>
		<description>No AUTH at 250 still outlook can send email but telnet fail asking the AUTH</description>
		<content:encoded><![CDATA[<p>No AUTH at 250 still outlook can send email but telnet fail asking the AUTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas mutyala</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-21391</link>
		<dc:creator>srinivas mutyala</dc:creator>
		<pubDate>Tue, 01 Jul 2008 21:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-21391</guid>
		<description>Helped alot , thank bhayaa !!

[root@abooboo tmp]# telnet 192.168.0.25 25
Trying 192.168.0.25…
Connected to 192.168.0.25 (192.168.0.25).
Escape character is ‘^]’.
220 smtp11.klk.example.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.6713 ready at Thu, 3 Apr 2008 15:39:17 +0800
EHLO Vsource.com
250-smtp11.klk.example.com Hello [192.168.0.192]
250-AUTH GSSAPI NTLM LOGIN
250-AUTH=LOGIN
250-TURN
250-ATRN
250-SIZE
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250 OK
MAIL FROM: danesh@example.com
250 2.1.0 danesh@example.com….Sender OK
RCPT TO: danesh_manoharan@example.com
250 2.1.5 danesh_manoharan@example.com
DATA
354 Start mail input; end with .
this is a test over SMTP
.
250 2.6.0 Queued mail for delivery
quit
221 2.0.0 smtp11.klk.example.com Service closing transmission channel
Connection closed by foreign host.
[root@abooboo tmp]#</description>
		<content:encoded><![CDATA[<p>Helped alot , thank bhayaa !!</p>
<p>[root@abooboo tmp]# telnet 192.168.0.25 25<br />
Trying 192.168.0.25…<br />
Connected to 192.168.0.25 (192.168.0.25).<br />
Escape character is ‘^]’.<br />
220 smtp11.klk.example.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.6713 ready at Thu, 3 Apr 2008 15:39:17 +0800<br />
EHLO Vsource.com<br />
250-smtp11.klk.example.com Hello [192.168.0.192]<br />
250-AUTH GSSAPI NTLM LOGIN<br />
250-AUTH=LOGIN<br />
250-TURN<br />
250-ATRN<br />
250-SIZE<br />
250-ETRN<br />
250-PIPELINING<br />
250-DSN<br />
250-ENHANCEDSTATUSCODES<br />
250-8bitmime<br />
250-BINARYMIME<br />
250-CHUNKING<br />
250-VRFY<br />
250 OK<br />
MAIL FROM: <a href="mailto:danesh@example.com">danesh@example.com</a><br />
250 2.1.0 <a href="mailto:danesh@example.com">danesh@example.com</a>….Sender OK<br />
RCPT TO: <a href="mailto:danesh_manoharan@example.com">danesh_manoharan@example.com</a><br />
250 2.1.5 <a href="mailto:danesh_manoharan@example.com">danesh_manoharan@example.com</a><br />
DATA<br />
354 Start mail input; end with .<br />
this is a test over SMTP<br />
.<br />
250 2.6.0 Queued mail for delivery<br />
quit<br />
221 2.0.0 smtp11.klk.example.com Service closing transmission channel<br />
Connection closed by foreign host.<br />
[root@abooboo tmp]#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wing Loon</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11846</link>
		<dc:creator>Wing Loon</dc:creator>
		<pubDate>Sun, 06 Apr 2008 15:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11846</guid>
		<description>Cool, thanks bro, :)</description>
		<content:encoded><![CDATA[<p>Cool, thanks bro, <img src='http://thedaneshproject.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11812</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sun, 06 Apr 2008 11:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11812</guid>
		<description>WL, KitKat has your answer :)

http://www.kongtechnology.com/2008/01/27/smtp-authentication-and-send-emails-using-telnet/</description>
		<content:encoded><![CDATA[<p>WL, KitKat has your answer <img src='http://thedaneshproject.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.kongtechnology.com/2008/01/27/smtp-authentication-and-send-emails-using-telnet/" rel="nofollow">http://www.kongtechnology.com/2008/01/27/smtp-authentication-and-send-emails-using-telnet/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kitkat</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11557</link>
		<dc:creator>Kitkat</dc:creator>
		<pubDate>Fri, 04 Apr 2008 17:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11557</guid>
		<description>Good post. I did a similar one sometime ago http://www.kongtechnology.com/2008/01/27/smtp-authentication-and-send-emails-using-telnet/

:)</description>
		<content:encoded><![CDATA[<p>Good post. I did a similar one sometime ago <a href="http://www.kongtechnology.com/2008/01/27/smtp-authentication-and-send-emails-using-telnet/" rel="nofollow">http://www.kongtechnology.com/2008/01/27/smtp-authentication-and-send-emails-using-telnet/</a></p>
<p> <img src='http://thedaneshproject.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wing Loon</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11226</link>
		<dc:creator>Wing Loon</dc:creator>
		<pubDate>Thu, 03 Apr 2008 13:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11226</guid>
		<description>Cool... I use this every time to troubleshoot SMTP issue. How about finding another solution for sending email using SMTP authentication? Hehehe...</description>
		<content:encoded><![CDATA[<p>Cool&#8230; I use this every time to troubleshoot SMTP issue. How about finding another solution for sending email using SMTP authentication? Hehehe&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raja</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11093</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Thu, 03 Apr 2008 08:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11093</guid>
		<description>After DATA, add subject: My Subject to get a subject in your email.

E.g.:-
DATA
354 Start mail input; end with .
subject: What's Metallica's Famous Test Phrase?
Testicles 1-2-3
.
250 2.6.0  Queued mail for delivery</description>
		<content:encoded><![CDATA[<p>After DATA, add subject: My Subject to get a subject in your email.</p>
<p>E.g.:-<br />
DATA<br />
354 Start mail input; end with .<br />
subject: What&#8217;s Metallica&#8217;s Famous Test Phrase?<br />
Testicles 1-2-3<br />
.<br />
250 2.6.0  Queued mail for delivery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cinod79</title>
		<link>http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11056</link>
		<dc:creator>cinod79</dc:creator>
		<pubDate>Thu, 03 Apr 2008 08:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/#comment-11056</guid>
		<description>oh yeah, an effective way to tell coders to learn some network skills and protocol programming skills. I often getby with netcat :)
Any way heres the RFC. Always read the RFC..

http://www.ietf.org/rfc/rfc0821.txt</description>
		<content:encoded><![CDATA[<p>oh yeah, an effective way to tell coders to learn some network skills and protocol programming skills. I often getby with netcat <img src='http://thedaneshproject.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Any way heres the RFC. Always read the RFC..</p>
<p><a href="http://www.ietf.org/rfc/rfc0821.txt" rel="nofollow">http://www.ietf.org/rfc/rfc0821.txt</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
