<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: *Really* simple Mail service for authsmtp in Grails</title>
	<atom:link href="http://simonpalmer.com/2010/03/12/really-simple-mail-service-for-authsmtp-in-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://simonpalmer.com/2010/03/12/really-simple-mail-service-for-authsmtp-in-grails/</link>
	<description>Wondering whether anyone will ever read this...</description>
	<lastBuildDate>Wed, 10 Aug 2011 02:03:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Franklin Dattein</title>
		<link>http://simonpalmer.com/2010/03/12/really-simple-mail-service-for-authsmtp-in-grails/#comment-14034</link>
		<dc:creator><![CDATA[Franklin Dattein]]></dc:creator>
		<pubDate>Sat, 04 Jun 2011 20:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://simonpalmer.com/?p=248#comment-14034</guid>
		<description><![CDATA[Grails configuration is a little fragile. If there is any silly little mistake, the MailSErvice stops working.
However, you don&#039;t need to implement a new class, you can override mailSender (usedb yt mailService) in the resources.groovy file. Example:

 mailSender(org.springframework.mail.javamail.JavaMailSenderImpl) {
        host = &#039;mail.authsmtp.com&#039;
        port = 2525
        username = &#039;user&#039;
        password = &#039;pwd&#039;
    }]]></description>
		<content:encoded><![CDATA[<p>Grails configuration is a little fragile. If there is any silly little mistake, the MailSErvice stops working.<br />
However, you don&#8217;t need to implement a new class, you can override mailSender (usedb yt mailService) in the resources.groovy file. Example:</p>
<p> mailSender(org.springframework.mail.javamail.JavaMailSenderImpl) {<br />
        host = &#8216;mail.authsmtp.com&#8217;<br />
        port = 2525<br />
        username = &#8216;user&#8217;<br />
        password = &#8216;pwd&#8217;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deivis</title>
		<link>http://simonpalmer.com/2010/03/12/really-simple-mail-service-for-authsmtp-in-grails/#comment-12719</link>
		<dc:creator><![CDATA[Deivis]]></dc:creator>
		<pubDate>Tue, 17 Aug 2010 07:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://simonpalmer.com/?p=248#comment-12719</guid>
		<description><![CDATA[Great, it worked for mee as well!]]></description>
		<content:encoded><![CDATA[<p>Great, it worked for mee as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romelia Garnache</title>
		<link>http://simonpalmer.com/2010/03/12/really-simple-mail-service-for-authsmtp-in-grails/#comment-7185</link>
		<dc:creator><![CDATA[Romelia Garnache]]></dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://simonpalmer.com/?p=248#comment-7185</guid>
		<description><![CDATA[&lt;STRONG&gt;Good Site on Cloud Computing and SaaS&lt;/STRONG&gt; - We are periodically looking for good blog articles 
related to Cloud Computing. Will be back to review more information on your blog. 

Keep up the good work! 

&lt;STRONG&gt;Thanks&lt;/STRONG&gt;]]></description>
		<content:encoded><![CDATA[<p><strong>Good Site on Cloud Computing and SaaS</strong> &#8211; We are periodically looking for good blog articles<br />
related to Cloud Computing. Will be back to review more information on your blog. </p>
<p>Keep up the good work! </p>
<p><strong>Thanks</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerrie Mencl</title>
		<link>http://simonpalmer.com/2010/03/12/really-simple-mail-service-for-authsmtp-in-grails/#comment-7163</link>
		<dc:creator><![CDATA[Kerrie Mencl]]></dc:creator>
		<pubDate>Sat, 13 Mar 2010 10:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://simonpalmer.com/?p=248#comment-7163</guid>
		<description><![CDATA[This is a great blog you got here. The theme looks nice, awesome color combination.]]></description>
		<content:encoded><![CDATA[<p>This is a great blog you got here. The theme looks nice, awesome color combination.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

