<?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"
	>
<channel>
	<title>Comments on: How To: Use GMail as your mail server for Rails 2.0!</title>
	<atom:link href="http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server-for-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server-for-rails/</link>
	<description>Ruby, Ruby on Rails, Los Angeles, Technology, Geek, Science, Life</description>
	<pubDate>Thu, 11 Mar 2010 19:42:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mathiasmex</title>
		<link>http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server-for-rails/#comment-71588</link>
		<dc:creator>mathiasmex</dc:creator>
		<pubDate>Mon, 04 Jan 2010 15:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server/#comment-71588</guid>
		<description>I'm running ruby 1.8.7 and Rails 2.3.5 and plugin no more necessary.

Just put in config/initializers a new file smtp_gmail.rb, fill in the required info for authentication and it works like a charme. See also Marc Chung &lt;a href="http://forums.pragprog.com/forums/43/topics/541" rel="nofollow"&gt;here&lt;/a&gt;.

Maybe it hleps others!</description>
		<content:encoded><![CDATA[<p>I&#8217;m running ruby 1.8.7 and Rails 2.3.5 and plugin no more necessary.</p>
<p>Just put in config/initializers a new file smtp_gmail.rb, fill in the required info for authentication and it works like a charme. See also Marc Chung <a href="http://forums.pragprog.com/forums/43/topics/541" rel="nofollow">here</a>.</p>
<p>Maybe it hleps others!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeeshan</title>
		<link>http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server-for-rails/#comment-65405</link>
		<dc:creator>Zeeshan</dc:creator>
		<pubDate>Sat, 03 Oct 2009 12:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server/#comment-65405</guid>
		<description>Those who have been struggling with ActionMailer working fine on local server (development mode) and not working in production mode should consider following link: 

http://filiptepper.com/2009/02/11/hint-fixing-smtp_tlsrb-for-ruby-187/

It solved my problem, might be helpful for others too. Basically the problem is that "check_auth_args in Net::SMTP takes different arguments in Ruby 1.8.7 (which I’m using for development) and in Ruby 1.8.6 (staging)". And the worst thing is that it does not leave an error in the production.log file. To verify that it really was the problem I had to run ActionMailer to send email from script/console where it raised the error of wrong number of arguments...

hope it's helpful for others!</description>
		<content:encoded><![CDATA[<p>Those who have been struggling with ActionMailer working fine on local server (development mode) and not working in production mode should consider following link: </p>
<p><a href="http://filiptepper.com/2009/02/11/hint-fixing-smtp_tlsrb-for-ruby-187/" rel="nofollow">http://filiptepper.com/2009/02/11/hint-fixing-smtp_tlsrb-for-ruby-187/</a></p>
<p>It solved my problem, might be helpful for others too. Basically the problem is that &#8220;check_auth_args in Net::SMTP takes different arguments in Ruby 1.8.7 (which I’m using for development) and in Ruby 1.8.6 (staging)&#8221;. And the worst thing is that it does not leave an error in the production.log file. To verify that it really was the problem I had to run ActionMailer to send email from script/console where it raised the error of wrong number of arguments&#8230;</p>
<p>hope it&#8217;s helpful for others!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 31 Fascinati...</title>
		<link>http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server-for-rails/#comment-56124</link>
		<dc:creator>31 Fascinati...</dc:creator>
		<pubDate>Sun, 14 Jun 2009 18:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server/#comment-56124</guid>
		<description>[...] innovative strategy for using ActionMailer to farm out email sending with (almost) everybody&#8217;s favorite email host, [...]</description>
		<content:encoded><![CDATA[<p>[...] innovative strategy for using ActionMailer to farm out email sending with (almost) everybody&#8217;s favorite email host, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Send email i...</title>
		<link>http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server-for-rails/#comment-43004</link>
		<dc:creator>Send email i...</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server/#comment-43004</guid>
		<description>[...] gave me these pages that might have some helpful info: link, link  Also, please use code tags when posting code in the future. They make the code stand out and make [...]</description>
		<content:encoded><![CDATA[<p>[...] gave me these pages that might have some helpful info: link, link  Also, please use code tags when posting code in the future. They make the code stand out and make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server-for-rails/#comment-37365</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Sat, 29 Nov 2008 10:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2008/01/09/how-to-use-gmail-as-your-mail-server/#comment-37365</guid>
		<description>Thanks it works great!!</description>
		<content:encoded><![CDATA[<p>Thanks it works great!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
