<?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#: How to send emails</title>
	<atom:link href="http://www.geekality.net/2010/05/16/c-how-to-send-emails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekality.net/2010/05/16/c-how-to-send-emails/</link>
	<description>With a hint of Social Ineptitude</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:05:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Torleif</title>
		<link>http://www.geekality.net/2010/05/16/c-how-to-send-emails/#comment-2983</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Tue, 14 Dec 2010 05:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=991#comment-2983</guid>
		<description>Hehe, happy to help!</description>
		<content:encoded><![CDATA[<p>Hehe, happy to help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trịnh Tùng Anh</title>
		<link>http://www.geekality.net/2010/05/16/c-how-to-send-emails/#comment-2982</link>
		<dc:creator>Trịnh Tùng Anh</dc:creator>
		<pubDate>Tue, 14 Dec 2010 01:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=991#comment-2982</guid>
		<description>Thank you very much
You saved my life :) :)</description>
		<content:encoded><![CDATA[<p>Thank you very much<br />
You saved my life <img src='http://www.geekality.net/wp-includes/images/blank.gif' alt=':)' class='wp-smiley smiley-1' /> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torleif</title>
		<link>http://www.geekality.net/2010/05/16/c-how-to-send-emails/#comment-2085</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Mon, 15 Nov 2010 16:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=991#comment-2085</guid>
		<description>Not sure what you mean by &quot;send a certificate with smtpclient&quot;. You can of course check against whatever certificate or fingerprint you want. Self-signed or not. That&#039;s what I did when I tried this out, I checked against a certificate that was self-signed by Dreamhost, which was the reason why it didn&#039;t validate by default.

You will need to give the path of the certificate if you use the &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509certificate.aspx&quot; rel=&quot;nofollow&quot;&gt;X509Certificate&lt;/a&gt;.CreateFromCertFile method, which I did. But just have a look at that class and you will notice that it has for example a constructor that takes a byte array that probably can be used in some way if you don&#039;t want to store the certificate as a file but rather a resource for example.</description>
		<content:encoded><![CDATA[<p>Not sure what you mean by &#8220;send a certificate with smtpclient&#8221;. You can of course check against whatever certificate or fingerprint you want. Self-signed or not. That&#8217;s what I did when I tried this out, I checked against a certificate that was self-signed by Dreamhost, which was the reason why it didn&#8217;t validate by default.</p>
<p>You will need to give the path of the certificate if you use the <a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509certificate.aspx" rel="nofollow">X509Certificate</a>.CreateFromCertFile method, which I did. But just have a look at that class and you will notice that it has for example a constructor that takes a byte array that probably can be used in some way if you don&#8217;t want to store the certificate as a file but rather a resource for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thangaraj</title>
		<link>http://www.geekality.net/2010/05/16/c-how-to-send-emails/#comment-2080</link>
		<dc:creator>Thangaraj</dc:creator>
		<pubDate>Mon, 15 Nov 2010 12:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=991#comment-2080</guid>
		<description>Hi torleif,

Your article is too good and this is the one i am searching for the past few days.

I have one query, 
Can i send a certificate(which is self signed by my company) with smtpclient in C# code.
1. Do i need to give the path of the certificate?
Please give some help on this

Regards,
Thangs</description>
		<content:encoded><![CDATA[<p>Hi torleif,</p>
<p>Your article is too good and this is the one i am searching for the past few days.</p>
<p>I have one query,<br />
Can i send a certificate(which is self signed by my company) with smtpclient in C# code.<br />
1. Do i need to give the path of the certificate?<br />
Please give some help on this</p>
<p>Regards,<br />
Thangs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torleif</title>
		<link>http://www.geekality.net/2010/05/16/c-how-to-send-emails/#comment-896</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Sat, 21 Aug 2010 17:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=991#comment-896</guid>
		<description>Good to hear it can help someone!</description>
		<content:encoded><![CDATA[<p>Good to hear it can help someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davi</title>
		<link>http://www.geekality.net/2010/05/16/c-how-to-send-emails/#comment-798</link>
		<dc:creator>Davi</dc:creator>
		<pubDate>Mon, 09 Aug 2010 16:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=991#comment-798</guid>
		<description>Hello, Torleif
I just wanto to thank you for make things simple as it is. I was looking for  how to send e-mail consideing the certificates and this article help me out with your hint &quot;validation pretend&quot;, as this will run over an internal network, so let is pass.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hello, Torleif<br />
I just wanto to thank you for make things simple as it is. I was looking for  how to send e-mail consideing the certificates and this article help me out with your hint &#8220;validation pretend&#8221;, as this will run over an internal network, so let is pass.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

