<?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: Setting Email and Name with ActionMailer</title>
	<atom:link href="http://jrmehle.com/2009/05/09/setting-email-and-name-with-actionmailer/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrmehle.com/2009/05/09/setting-email-and-name-with-actionmailer/</link>
	<description>Through the Eyes of a Dork</description>
	<lastBuildDate>Thu, 16 Dec 2010 13:14:18 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Markus</title>
		<link>http://jrmehle.com/2009/05/09/setting-email-and-name-with-actionmailer/comment-page-1/#comment-34851</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 18 Jan 2010 00:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://jrmehle.com/?p=625#comment-34851</guid>
		<description>Have you tried this with exim and succeeded? I keep getting errors complaining about the from-syntax, like this:

SMTP syntax error in &quot;MAIL FROM:&lt;Mark Test &gt;&quot; H=localhost (mydomain.de) [127.0.0.1]:55302 I=[127.0.0.1]:25 &quot;@&quot; or &quot;.&quot; expected after &quot;Mark&quot;

It appears to me, that ActionMailer is using to many &#039;&#039; signs here?</description>
		<content:encoded><![CDATA[<p>Have you tried this with exim and succeeded? I keep getting errors complaining about the from-syntax, like this:</p>
<p>SMTP syntax error in &#8220;MAIL FROM:&lt;Mark Test &gt;&#8221; H=localhost (mydomain.de) [127.0.0.1]:55302 I=[127.0.0.1]:25 &#8220;@&#8221; or &#8220;.&#8221; expected after &#8220;Mark&#8221;</p>
<p>It appears to me, that ActionMailer is using to many &#8221; signs here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://jrmehle.com/2009/05/09/setting-email-and-name-with-actionmailer/comment-page-1/#comment-34165</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 10 May 2009 02:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://jrmehle.com/?p=625#comment-34165</guid>
		<description>Nice find!

I&#039;m not sure but I think the feature you found might be provided by the TMail library that ActionMailer uses.  The angle bracket syntax for display name is described in RFC 2822 (http://tools.ietf.org/html/rfc2822#section-3.4)

I think the use of display names whenever possible certainly helps the user experience.  Thanks for the write-up.</description>
		<content:encoded><![CDATA[<p>Nice find!</p>
<p>I&#8217;m not sure but I think the feature you found might be provided by the TMail library that ActionMailer uses.  The angle bracket syntax for display name is described in RFC 2822 (<a href="http://tools.ietf.org/html/rfc2822#section-3.4" rel="nofollow">http://tools.ietf.org/html/rfc2822#section-3.4</a>)</p>
<p>I think the use of display names whenever possible certainly helps the user experience.  Thanks for the write-up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

