<?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: A better way to test email sending functionality is to use your own SMTP Server</title>
	<atom:link href="http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/</link>
	<description>Nagarro blog: software development, design, architecture and usability</description>
	<lastBuildDate>Tue, 02 Mar 2010 20:59:36 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan Garaygay</title>
		<link>http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/comment-page-1/#comment-374</link>
		<dc:creator>Ryan Garaygay</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/#comment-374</guid>
		<description>it seems my markup didn&#039;t make it to the comment. anyways, you can find out about it from the following link: http://msdn.microsoft.com/en-us/library/ms164241.aspx</description>
		<content:encoded><![CDATA[<p>it seems my markup didn&#8217;t make it to the comment. anyways, you can find out about it from the following link: <a href="http://msdn.microsoft.com/en-us/library/ms164241.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms164241.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Garaygay</title>
		<link>http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/comment-page-1/#comment-373</link>
		<dc:creator>Ryan Garaygay</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/#comment-373</guid>
		<description>Another method I use from time to time (just to see if the code for sending email is ok - and even the format whatsoever) is the deliveryMethod=&quot;SpecifiedPickupDirectory&quot; in system.net.mailSettings

in your web.config under the configuration element you can have


		
			
				
			
		
	

This will place the mails (if sent successfully) in that directory and you can open it with say outlook express which comes with windows by default or inspect the actual file by other means.</description>
		<content:encoded><![CDATA[<p>Another method I use from time to time (just to see if the code for sending email is ok &#8211; and even the format whatsoever) is the deliveryMethod=&#8221;SpecifiedPickupDirectory&#8221; in system.net.mailSettings</p>
<p>in your web.config under the configuration element you can have</p>
<p>This will place the mails (if sent successfully) in that directory and you can open it with say outlook express which comes with windows by default or inspect the actual file by other means.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
