<?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: Send an Email via SMTP with C#</title>
	<atom:link href="http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/</link>
	<description>Custom Software</description>
	<lastBuildDate>Tue, 15 May 2012 07:26:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/#comment-5355</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 23 Feb 2012 17:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/11/01/send-an-email-via-smtp-with-c/#comment-5355</guid>
		<description>You need to check with your host for the smtp address to use.</description>
		<content:encoded><![CDATA[<p>You need to check with your host for the smtp address to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dell</title>
		<link>http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/#comment-5349</link>
		<dc:creator>dell</dc:creator>
		<pubDate>Wed, 22 Feb 2012 07:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/11/01/send-an-email-via-smtp-with-c/#comment-5349</guid>
		<description>what should i fill the smtpClient method ?
“your.smtp.host” ! !
i dont understand


Here is the full source code fo sending SMTP mail C# source code
with credential. The following program sending email using a gamil address.

http://csharp.net-informations.com/communications/csharp-smtp-mail.htm

Dell.</description>
		<content:encoded><![CDATA[<p>what should i fill the smtpClient method ?<br />
“your.smtp.host” ! !<br />
i dont understand</p>
<p>Here is the full source code fo sending SMTP mail C# source code<br />
with credential. The following program sending email using a gamil address.</p>
<p><a href="http://csharp.net-informations.com/communications/csharp-smtp-mail.htm" rel="nofollow">http://csharp.net-informations.com/communications/csharp-smtp-mail.htm</a></p>
<p>Dell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/#comment-496</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 07 Apr 2009 19:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/11/01/send-an-email-via-smtp-with-c/#comment-496</guid>
		<description>hi yousef, you can try &quot;localhost&quot; as a guess but if that doesn&#039;t work your host company or network admin would need to give you the correct host name.  if you are the network admin then you would need to look into installing an SMTP server.</description>
		<content:encoded><![CDATA[<p>hi yousef, you can try &#8220;localhost&#8221; as a guess but if that doesn&#8217;t work your host company or network admin would need to give you the correct host name.  if you are the network admin then you would need to look into installing an SMTP server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yousef</title>
		<link>http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/#comment-495</link>
		<dc:creator>yousef</dc:creator>
		<pubDate>Sun, 05 Apr 2009 23:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/11/01/send-an-email-via-smtp-with-c/#comment-495</guid>
		<description>what should i fill the smtpClient method ?
&quot;your.smtp.host&quot; ! !
i dont understand

can any one help me plz . .</description>
		<content:encoded><![CDATA[<p>what should i fill the smtpClient method ?<br />
&#8220;your.smtp.host&#8221; ! !<br />
i dont understand</p>
<p>can any one help me plz . .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/#comment-494</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 01 Dec 2007 07:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/11/01/send-an-email-via-smtp-with-c/#comment-494</guid>
		<description>Hey Nhilesh, it sounds like the problem is not with your application, rather with Norton - or possibly your smtp host.  The mail should go out as soon as you call the send() method.

One thing you might also try, send the email asynchronously and you can attach an event listener when the SendCompleted event is fired.  There is some sample code to do that on this page - http://msdn2.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx</description>
		<content:encoded><![CDATA[<p>Hey Nhilesh, it sounds like the problem is not with your application, rather with Norton &#8211; or possibly your smtp host.  The mail should go out as soon as you call the send() method.</p>
<p>One thing you might also try, send the email asynchronously and you can attach an event listener when the SendCompleted event is fired.  There is some sample code to do that on this page &#8211; <a href="http://msdn2.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nhilesh Baua</title>
		<link>http://verysimple.com/2007/11/01/send-an-email-via-smtp-with-c/#comment-493</link>
		<dc:creator>Nhilesh Baua</dc:creator>
		<pubDate>Thu, 29 Nov 2007 07:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/11/01/send-an-email-via-smtp-with-c/#comment-493</guid>
		<description>I am using almost same code in a winform application, however I am facing a very weird problem.

I am trying to send the mails to around 200 mail ids at once but unless I close the application the mails are not sent actually. As soon as i close the application norton antivirus scans the mails which are stored in &quot;Queue&quot; folder one by one.

I want the mails should be sent and cleared as soon as the send button is clicked.

Also one BIG problem is this class does not provide with the exact exception occoured if the mail is not sent due to some reason.

Any Ideas?

Regards
Nhilesh Baua</description>
		<content:encoded><![CDATA[<p>I am using almost same code in a winform application, however I am facing a very weird problem.</p>
<p>I am trying to send the mails to around 200 mail ids at once but unless I close the application the mails are not sent actually. As soon as i close the application norton antivirus scans the mails which are stored in &#8220;Queue&#8221; folder one by one.</p>
<p>I want the mails should be sent and cleared as soon as the send button is clicked.</p>
<p>Also one BIG problem is this class does not provide with the exact exception occoured if the mail is not sent due to some reason.</p>
<p>Any Ideas?</p>
<p>Regards<br />
Nhilesh Baua</p>
]]></content:encoded>
	</item>
</channel>
</rss>

