<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sending E-mails with ASP.NET 2.0 using C#</title>
	<atom:link href="http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html</link>
	<description>Your Learning Encyclopedia</description>
	<lastBuildDate>Tue, 03 Jan 2012 10:51:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: kartik</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-83024</link>
		<dc:creator>kartik</dc:creator>
		<pubDate>Tue, 02 Aug 2011 14:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-83024</guid>
		<description>sent failSystem.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException&amp; exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at _Default.Button1_Click(Object sender, EventArgs e) in c:\Documents and Settings\ram\My Documents\Visual Studio 2005\WebSites\send mail\Default.aspx.cs:line 42 


this error can b resolved by just replacing &quot;mail.domain.com&quot; mail hosing ip 
smtpClient.Host = &quot;mail.domain.com&quot;;
instate
smtpClient.Host = &quot;mail hosting ip&quot;;

from,
tech4em Computers, Nagpur
(Projects development on .net platform)</description>
		<content:encoded><![CDATA[<p>sent failSystem.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException&amp; exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at _Default.Button1_Click(Object sender, EventArgs e) in c:\Documents and Settings\ram\My Documents\Visual Studio 2005\WebSites\send mail\Default.aspx.cs:line 42 </p>
<p>this error can b resolved by just replacing &#8220;mail.domain.com&#8221; mail hosing ip<br />
smtpClient.Host = &#8220;mail.domain.com&#8221;;<br />
instate<br />
smtpClient.Host = &#8220;mail hosting ip&#8221;;</p>
<p>from,<br />
tech4em Computers, Nagpur<br />
(Projects development on .net platform)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kartik</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-83022</link>
		<dc:creator>kartik</dc:creator>
		<pubDate>Tue, 02 Aug 2011 14:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-83022</guid>
		<description>best coding bro....
thank u very much.....</description>
		<content:encoded><![CDATA[<p>best coding bro&#8230;.<br />
thank u very much&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh Kumar</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-32466</link>
		<dc:creator>Nilesh Kumar</dc:creator>
		<pubDate>Sun, 28 Nov 2010 09:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-32466</guid>
		<description>Hi, I am getting request time out error.

Send failure: System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) at _Default.btnsendmail_Click(Object sender, EventArgs e) in d:\MailDemo2\Default.aspx.cs:line 36 


Please help.</description>
		<content:encoded><![CDATA[<p>Hi, I am getting request time out error.</p>
<p>Send failure: System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) at _Default.btnsendmail_Click(Object sender, EventArgs e) in d:\MailDemo2\Default.aspx.cs:line 36 </p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patil</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-25043</link>
		<dc:creator>patil</dc:creator>
		<pubDate>Mon, 20 Sep 2010 16:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-25043</guid>
		<description>sent failSystem.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException&amp; exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at _Default.Button1_Click(Object sender, EventArgs e) in c:\Documents and Settings\ram\My Documents\Visual Studio 2005\WebSites\send mail\Default.aspx.cs:line 42 



this is my o/p</description>
		<content:encoded><![CDATA[<p>sent failSystem.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException&amp; exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at _Default.Button1_Click(Object sender, EventArgs e) in c:\Documents and Settings\ram\My Documents\Visual Studio 2005\WebSites\send mail\Default.aspx.cs:line 42 </p>
<p>this is my o/p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patil</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-25042</link>
		<dc:creator>patil</dc:creator>
		<pubDate>Mon, 20 Sep 2010 16:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-25042</guid>
		<description>i dint get any o/p man</description>
		<content:encoded><![CDATA[<p>i dint get any o/p man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel Eiple</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-8279</link>
		<dc:creator>Rachel Eiple</dc:creator>
		<pubDate>Tue, 02 Feb 2010 23:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-8279</guid>
		<description>Hey neat site, just have something to ask you, what antispam system you use for filtering out junk websites because I am getting so many spammers on my website.</description>
		<content:encoded><![CDATA[<p>Hey neat site, just have something to ask you, what antispam system you use for filtering out junk websites because I am getting so many spammers on my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tu</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-7601</link>
		<dc:creator>tu</dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-7601</guid>
		<description>you can say</description>
		<content:encoded><![CDATA[<p>you can say</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlkit</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-7067</link>
		<dc:creator>tlkit</dc:creator>
		<pubDate>Mon, 21 Dec 2009 04:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-7067</guid>
		<description>The SMTP server requires a secure connection or the client was not authenticated.. Help me! </description>
		<content:encoded><![CDATA[<p>The SMTP server requires a secure connection or the client was not authenticated.. Help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-6266</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Tue, 10 Nov 2009 19:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-6266</guid>
		<description>Thanks a tonne. It was very helpful. 
 
Also, I get a feeling some times the mail gets stuck at the server. Is there a way to trigger or kick it out? 
 </description>
		<content:encoded><![CDATA[<p>Thanks a tonne. It was very helpful. </p>
<p>Also, I get a feeling some times the mail gets stuck at the server. Is there a way to trigger or kick it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bijal</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-4628</link>
		<dc:creator>Bijal</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-4628</guid>
		<description>Thanks for posting,

Very useful and easily understandable code.</description>
		<content:encoded><![CDATA[<p>Thanks for posting,</p>
<p>Very useful and easily understandable code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bijal</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-4528</link>
		<dc:creator>Bijal</dc:creator>
		<pubDate>Tue, 04 Aug 2009 03:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-4528</guid>
		<description>code is very easy and understandable.Thanks</description>
		<content:encoded><![CDATA[<p>code is very easy and understandable.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madalina</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-3683</link>
		<dc:creator>madalina</dc:creator>
		<pubDate>Thu, 02 Jul 2009 13:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-3683</guid>
		<description>very nice and helpfull! Thnx!</description>
		<content:encoded><![CDATA[<p>very nice and helpfull! Thnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao</title>
		<link>http://www.learnxpress.com/sending-e-mails-with-aspnet-20-using-c.html/comment-page-1#comment-2933</link>
		<dc:creator>Joao</dc:creator>
		<pubDate>Mon, 08 Jun 2009 21:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxpress.com/en/2009/02/09/sending-e-mails-with-aspnet-20-using-c/#comment-2933</guid>
		<description>...pretty clean solution.  I wonder where in the .config file, you placed the user login and password for the e-mail. account?</description>
		<content:encoded><![CDATA[<p>&#8230;pretty clean solution.  I wonder where in the .config file, you placed the user login and password for the e-mail. account?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

