<?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: Fixing the &#8220;ActionMailer: Hostname not match server certificate&#8221; Error</title>
	<atom:link href="http://scottiestech.info/2009/12/21/fixing-the-actionmailer-hostname-not-match-server-certificate-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottiestech.info/2009/12/21/fixing-the-actionmailer-hostname-not-match-server-certificate-error/</link>
	<description>A chimpanzee and two trainees could run her!</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:55:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Scottie</title>
		<link>http://scottiestech.info/2009/12/21/fixing-the-actionmailer-hostname-not-match-server-certificate-error/comment-page-1/#comment-322</link>
		<dc:creator>Scottie</dc:creator>
		<pubDate>Tue, 07 Sep 2010 11:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=316#comment-322</guid>
		<description>I figured if I stuck it in environment.rb, it works in production, development, etc.</description>
		<content:encoded><![CDATA[<p>I figured if I stuck it in environment.rb, it works in production, development, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: concept47</title>
		<link>http://scottiestech.info/2009/12/21/fixing-the-actionmailer-hostname-not-match-server-certificate-error/comment-page-1/#comment-321</link>
		<dc:creator>concept47</dc:creator>
		<pubDate>Tue, 07 Sep 2010 07:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=316#comment-321</guid>
		<description>Thanks for the post, I used it to figure out a better way to do the same thing.
Just specify this in environments/production.rb
config.action_mailer.smtp_settings = {:enable_starttls_auto =&gt; false}

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the post, I used it to figure out a better way to do the same thing.<br />
Just specify this in environments/production.rb<br />
config.action_mailer.smtp_settings = {:enable_starttls_auto =&gt; false}</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scottie</title>
		<link>http://scottiestech.info/2009/12/21/fixing-the-actionmailer-hostname-not-match-server-certificate-error/comment-page-1/#comment-317</link>
		<dc:creator>Scottie</dc:creator>
		<pubDate>Mon, 30 Aug 2010 21:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=316#comment-317</guid>
		<description>True. In my case, it was all localhost.</description>
		<content:encoded><![CDATA[<p>True. In my case, it was all localhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen</title>
		<link>http://scottiestech.info/2009/12/21/fixing-the-actionmailer-hostname-not-match-server-certificate-error/comment-page-1/#comment-316</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Mon, 30 Aug 2010 21:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=316#comment-316</guid>
		<description>fyi, the tls &quot;feature&quot; as you call it is important if your application is contacting the mail server over the internet. otherwise you are sending your mail account password in clear text every time you connect.

in that case, the better fix for this issue is to actually generate the appropriate certificate on your app machine for the email host.

of course if it is all localhost or intranet, you&#039;re probably a little better off when disabling this.</description>
		<content:encoded><![CDATA[<p>fyi, the tls &#8220;feature&#8221; as you call it is important if your application is contacting the mail server over the internet. otherwise you are sending your mail account password in clear text every time you connect.</p>
<p>in that case, the better fix for this issue is to actually generate the appropriate certificate on your app machine for the email host.</p>
<p>of course if it is all localhost or intranet, you&#8217;re probably a little better off when disabling this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://scottiestech.info/2009/12/21/fixing-the-actionmailer-hostname-not-match-server-certificate-error/comment-page-1/#comment-238</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 06 May 2010 18:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=316#comment-238</guid>
		<description>Thanks

That&#039;s a GREAT solution, not a monkey patch!</description>
		<content:encoded><![CDATA[<p>Thanks</p>
<p>That&#8217;s a GREAT solution, not a monkey patch!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
