<?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: Rails send email tutorial</title>
	<atom:link href="http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/</link>
	<description>class AllYourCode &#60; Us</description>
	<lastBuildDate>Wed, 03 Mar 2010 09:18:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nimesh</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-761</link>
		<dc:creator>Nimesh</dc:creator>
		<pubDate>Wed, 13 Jan 2010 05:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-761</guid>
		<description>Cool!!! Really this was too helpful for me..</description>
		<content:encoded><![CDATA[<p>Cool!!! Really this was too helpful for me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hongphuongit</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-753</link>
		<dc:creator>hongphuongit</dc:creator>
		<pubDate>Mon, 24 Aug 2009 08:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-753</guid>
		<description>hi, if no server mail. how send mail. Please help me</description>
		<content:encoded><![CDATA[<p>hi, if no server mail. how send mail. Please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Hill</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-742</link>
		<dc:creator>Dan Hill</dc:creator>
		<pubDate>Thu, 28 May 2009 13:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-742</guid>
		<description>Nice and quick - many thanks!</description>
		<content:encoded><![CDATA[<p>Nice and quick &#8211; many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuttikrishnan</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-718</link>
		<dc:creator>kuttikrishnan</dc:creator>
		<pubDate>Mon, 23 Mar 2009 02:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-718</guid>
		<description>Hi there can u tell me how to configure the smtp to send the mail and if there is any class for this purpose, where ca i get  smtp in my local machine while using netbeans</description>
		<content:encoded><![CDATA[<p>Hi there can u tell me how to configure the smtp to send the mail and if there is any class for this purpose, where ca i get  smtp in my local machine while using netbeans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Stoneham</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-717</link>
		<dc:creator>Alex Stoneham</dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-717</guid>
		<description>yes that was very helpful thankyou</description>
		<content:encoded><![CDATA[<p>yes that was very helpful thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gemini</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-716</link>
		<dc:creator>gemini</dc:creator>
		<pubDate>Wed, 04 Mar 2009 23:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-716</guid>
		<description>is this example running on windows?</description>
		<content:encoded><![CDATA[<p>is this example running on windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristobal Viedma</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-697</link>
		<dc:creator>Cristobal Viedma</dc:creator>
		<pubDate>Thu, 12 Feb 2009 12:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-697</guid>
		<description>Nice! Thanks!</description>
		<content:encoded><![CDATA[<p>Nice! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-663</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Fri, 14 Nov 2008 11:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-663</guid>
		<description>@Eduardo&lt;br&gt;That&#039;s right, these lines are necessary.&lt;br&gt;&lt;br&gt;To avoid messing around with an error &quot;uninitialized constant ActionMailer&quot; for hours like I did, you should also make sure that you do NOT have the following line inside your environment.rb: &lt;br&gt;&lt;br&gt;config.frameworks -= [ :action_web_service, :action_mailer ]&lt;br&gt;&lt;br&gt;This line has to be commented out (or, at least, it may not contain :action_mailer)!</description>
		<content:encoded><![CDATA[<p>@Eduardo<br />That&#39;s right, these lines are necessary.</p>
<p>To avoid messing around with an error &#8220;uninitialized constant ActionMailer&#8221; for hours like I did, you should also make sure that you do NOT have the following line inside your environment.rb: </p>
<p>config.frameworks -= [ :action_web_service, :action_mailer ]</p>
<p>This line has to be commented out (or, at least, it may not contain :action_mailer)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Ivanov</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-662</link>
		<dc:creator>Denis Ivanov</dc:creator>
		<pubDate>Sat, 27 Sep 2008 17:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-662</guid>
		<description>Thanks buddy! Will get around to this eventually and link to you if all is successful!</description>
		<content:encoded><![CDATA[<p>Thanks buddy! Will get around to this eventually and link to you if all is successful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo M</title>
		<link>http://jonathansng.com/ruby-on-rails/rails-send-email-tutorial/comment-page-1/#comment-614</link>
		<dc:creator>Eduardo M</dc:creator>
		<pubDate>Fri, 22 Aug 2008 18:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/rails-send-email-tutorial/#comment-614</guid>
		<description>SMTP setings in environment.rb:

config.action_mailer.delivery_method = :smtp
config.action_mailer.server_settings = {
              =&gt; &quot;domain.of.smtp.host.net&quot; ,
  :address
  :port       =&gt; 25,
              =&gt; &quot;domain.of.sender.net&quot; ,
  :domain
  :authentication =&gt; :login,
  :user_name =&gt; &quot;yourusername&quot; ,
              =&gt; &quot;secret&quot;
  :password
}</description>
		<content:encoded><![CDATA[<p>SMTP setings in environment.rb:</p>
<p>config.action_mailer.delivery_method = :smtp<br />
config.action_mailer.server_settings = {<br />
              =&gt; &#8220;domain.of.smtp.host.net&#8221; ,<br />
  :address<br />
  :port       =&gt; 25,<br />
              =&gt; &#8220;domain.of.sender.net&#8221; ,<br />
  :domain<br />
  :authentication =&gt; :login,<br />
  :user_name =&gt; &#8220;yourusername&#8221; ,<br />
              =&gt; &#8220;secret&#8221;<br />
  :password<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
