<?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: Fighting with email alerts in redMine</title>
	<atom:link href="http://www.mattjones.workhorsy.org/2007/07/31/fighting-with-email-alerts-in-redmine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattjones.workhorsy.org/2007/07/31/fighting-with-email-alerts-in-redmine/</link>
	<description>Blah You, Blah Me, Blah We</description>
	<lastBuildDate>Sat, 13 Mar 2010 03:32:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mattjones</title>
		<link>http://www.mattjones.workhorsy.org/2007/07/31/fighting-with-email-alerts-in-redmine/comment-page-1/#comment-1196</link>
		<dc:creator>mattjones</dc:creator>
		<pubDate>Thu, 08 Jan 2009 13:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjones.workhorsy.org/?p=8#comment-1196</guid>
		<description>Wow. This post is so old that I forgot what I was even talking about.

I&#039;m not using redmine any more (even though I still like it). Hopefully someone will find the advice useful though.

Awesome idea to document the process on Dreamhost. Maybe you can get the info into their wiki.</description>
		<content:encoded><![CDATA[<p>Wow. This post is so old that I forgot what I was even talking about.</p>
<p>I&#8217;m not using redmine any more (even though I still like it). Hopefully someone will find the advice useful though.</p>
<p>Awesome idea to document the process on Dreamhost. Maybe you can get the info into their wiki.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuno Job</title>
		<link>http://www.mattjones.workhorsy.org/2007/07/31/fighting-with-email-alerts-in-redmine/comment-page-1/#comment-1192</link>
		<dc:creator>Nuno Job</dc:creator>
		<pubDate>Thu, 08 Jan 2009 03:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjones.workhorsy.org/?p=8#comment-1192</guid>
		<description>Actually you don&#039;t need to change that file. You should do it in mail.rb. 

Instructions on how to use it with dreamhost email would also be nice :) Maybe I&#039;ll get the time to describe the process</description>
		<content:encoded><![CDATA[<p>Actually you don&#8217;t need to change that file. You should do it in mail.rb. </p>
<p>Instructions on how to use it with dreamhost email would also be nice <img src='http://www.mattjones.workhorsy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Maybe I&#8217;ll get the time to describe the process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mattjones.workhorsy.org/2007/07/31/fighting-with-email-alerts-in-redmine/comment-page-1/#comment-50</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Mar 2008 02:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjones.workhorsy.org/?p=8#comment-50</guid>
		<description>I did find a solution, but thanks anyway!</description>
		<content:encoded><![CDATA[<p>I did find a solution, but thanks anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benson</title>
		<link>http://www.mattjones.workhorsy.org/2007/07/31/fighting-with-email-alerts-in-redmine/comment-page-1/#comment-49</link>
		<dc:creator>Benson</dc:creator>
		<pubDate>Thu, 06 Mar 2008 06:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjones.workhorsy.org/?p=8#comment-49</guid>
		<description>Just in case you haven&#039;t found a solution yet:

# SMTP server configuration
config.action_mailer.smtp_settings = {
:address =&gt; “intuitive-desktop.org”, #note that i have moved &quot;mail.&quot; to the 
#domain part
:port =&gt; 25,
:domain =&gt; “mail.intuitive-desktop.org”, # moved &quot;mail.&quot; here
:authentication =&gt; :login,
:user_name =&gt; &quot;secret&quot;
:password =&gt; &quot;password&quot;,
}</description>
		<content:encoded><![CDATA[<p>Just in case you haven&#8217;t found a solution yet:</p>
<p># SMTP server configuration<br />
config.action_mailer.smtp_settings = {<br />
:address =&gt; “intuitive-desktop.org”, #note that i have moved &#8220;mail.&#8221; to the<br />
#domain part<br />
:port =&gt; 25,<br />
:domain =&gt; “mail.intuitive-desktop.org”, # moved &#8220;mail.&#8221; here<br />
:authentication =&gt; :login,<br />
:user_name =&gt; &#8220;secret&#8221;<br />
:password =&gt; &#8220;password&#8221;,<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mattjones.workhorsy.org/2007/07/31/fighting-with-email-alerts-in-redmine/comment-page-1/#comment-2</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Aug 2007 23:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjones.workhorsy.org/?p=8#comment-2</guid>
		<description>Got it to work. :)
I guess you have to use sendmail, and use the open relay.

	# SMTP server configuration
	config.action_mailer.smtp_settings = {
		:address =&gt; &quot;mail.intuitive-desktop.org&quot;,
		:port =&gt; 25,
		:domain =&gt; &quot;intuitive-desktop.org&quot;,
		:authentication =&gt; :plain
	}
	
	config.action_mailer.perform_deliveries = true
	config.action_mailer.delivery_method = :sendmail</description>
		<content:encoded><![CDATA[<p>Got it to work. <img src='http://www.mattjones.workhorsy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I guess you have to use sendmail, and use the open relay.</p>
<p>	# SMTP server configuration<br />
	config.action_mailer.smtp_settings = {<br />
		:address => &#8220;mail.intuitive-desktop.org&#8221;,<br />
		:port => 25,<br />
		:domain => &#8220;intuitive-desktop.org&#8221;,<br />
		:authentication => :plain<br />
	}</p>
<p>	config.action_mailer.perform_deliveries = true<br />
	config.action_mailer.delivery_method = :sendmail</p>
]]></content:encoded>
	</item>
</channel>
</rss>
