<?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: C# Code to send an email</title>
	<atom:link href="http://www.novolocus.com/2009/12/09/csharp-code-to-send-an-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2009/12/09/csharp-code-to-send-an-email/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:35:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/12/09/csharp-code-to-send-an-email/comment-page-1/#comment-6133</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 11 Dec 2009 10:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1695#comment-6133</guid>
		<description>Max - Thanks, nice example. Yeah, I was testing on a dev machine with no authentication requirements.

Garry - yup, agreed. Even the authentication that Max mentioned is pretty straight forward.</description>
		<content:encoded><![CDATA[<p>Max &#8211; Thanks, nice example. Yeah, I was testing on a dev machine with no authentication requirements.</p>
<p>Garry &#8211; yup, agreed. Even the authentication that Max mentioned is pretty straight forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry Pilkington</title>
		<link>http://www.novolocus.com/2009/12/09/csharp-code-to-send-an-email/comment-page-1/#comment-6132</link>
		<dc:creator>Garry Pilkington</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1695#comment-6132</guid>
		<description>Very simple and straight to the point. I have always appreciated how easy the framework developers have made it to send mail.</description>
		<content:encoded><![CDATA[<p>Very simple and straight to the point. I have always appreciated how easy the framework developers have made it to send mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.novolocus.com/2009/12/09/csharp-code-to-send-an-email/comment-page-1/#comment-6130</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 11 Dec 2009 02:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1695#comment-6130</guid>
		<description>These days most of the ISP require an authentication to send en emila with SMTP. 

Here is a code example how to do it in .NET 3.5

http://www.kozlenko.info/2009/01/13/sending-e-mail-from-c-net-35-application-using-smtp-authentication/</description>
		<content:encoded><![CDATA[<p>These days most of the ISP require an authentication to send en emila with SMTP. </p>
<p>Here is a code example how to do it in .NET 3.5</p>
<p><a href="http://www.kozlenko.info/2009/01/13/sending-e-mail-from-c-net-35-application-using-smtp-authentication/" rel="nofollow">http://www.kozlenko.info/2009/01/13/sending-e-mail-from-c-net-35-application-using-smtp-authentication/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.novolocus.com/2009/12/09/csharp-code-to-send-an-email/comment-page-1/#comment-6128</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1695#comment-6128</guid>
		<description>There are built in classes to do just about anything including email. Emailing with attachments isn’t as hard as you might think.</description>
		<content:encoded><![CDATA[<p>There are built in classes to do just about anything including email. Emailing with attachments isn’t as hard as you might think.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
