<?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: &lt;cfmail&gt; failto only accepts a single address?</title>
	<atom:link href="http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/</link>
	<description>Rich Internet Application development</description>
	<lastBuildDate>Fri, 13 Aug 2010 11:36:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bg</title>
		<link>http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/comment-page-1/#comment-50789</link>
		<dc:creator>bg</dc:creator>
		<pubDate>Fri, 16 May 2008 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/#comment-50789</guid>
		<description>One more thing to add. The  failto has a limitation. 

If we have a pager id in &quot;TO&quot; of  and a group id in &quot;FAILTO&quot;, it will fail and will not send mail to pager. Also it will send a System Admin mail to &quot;Group ID&quot; mentioned that:

Reporting-MTA: dns; 
Final-Recipient:  pagerid@dd.com
Action: failed
Status: 5.7.1
X-Supplementary-Info: 

You do not have permission to send to this recipient.  For assistance, contact your system administrator.</description>
		<content:encoded><![CDATA[<p>One more thing to add. The  failto has a limitation. </p>
<p>If we have a pager id in &#8220;TO&#8221; of  and a group id in &#8220;FAILTO&#8221;, it will fail and will not send mail to pager. Also it will send a System Admin mail to &#8220;Group ID&#8221; mentioned that:</p>
<p>Reporting-MTA: dns;<br />
Final-Recipient:  <a href="mailto:pagerid@dd.com">pagerid@dd.com</a><br />
Action: failed<br />
Status: 5.7.1<br />
X-Supplementary-Info: </p>
<p>You do not have permission to send to this recipient.  For assistance, contact your system administrator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/comment-page-1/#comment-16282</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Fri, 03 Aug 2007 10:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/#comment-16282</guid>
		<description>Actually no...it doesn&#039;t make sense :(

&gt;whereas the â€œReturn-Pathâ€
field is used to identify a path back to the origina-
tor.

Um...why would you need that?</description>
		<content:encoded><![CDATA[<p>Actually no&#8230;it doesn&#8217;t make sense <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>>whereas the â€œReturn-Pathâ€<br />
field is used to identify a path back to the origina-<br />
tor.</p>
<p>Um&#8230;why would you need that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/comment-page-1/#comment-16268</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Fri, 03 Aug 2007 07:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/#comment-16268</guid>
		<description>Ah that clears things up, thanks Chris!</description>
		<content:encoded><![CDATA[<p>Ah that clears things up, thanks Chris!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Dawes</title>
		<link>http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/comment-page-1/#comment-16250</link>
		<dc:creator>Chris Dawes</dc:creator>
		<pubDate>Fri, 03 Aug 2007 04:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/08/03/cfmail-failto-only-accepts-a-single-address/#comment-16250</guid>
		<description>The failto: (known as return-path) only allows one address as the property is setting the address of the originator of the e-mail, not for reporting purposes. If you need multiple recipients, set up an e-mail group; even though this is not the correct use, it could be used for that.

4.3.1. RETURN-PATH

   This field  is  added  by  the  final  transport  system  that
   delivers  the message to its recipient.  The field is intended
   to contain definitive information about the address and  route
   back to the message&#039;s originator.

   Note:  The &quot;Reply-To&quot; field is added  by  the  originator  and
          serves  to  direct  replies,  whereas the &quot;Return-Path&quot;
          field is used to identify a path back to  the  origina-
          tor.

   While the syntax  indicates  that  a  route  specification  is
   optional,  every attempt should be made to provide that infor-
   mation in this field.

taken from:
http://www.w3.org/Protocols/rfc822/</description>
		<content:encoded><![CDATA[<p>The failto: (known as return-path) only allows one address as the property is setting the address of the originator of the e-mail, not for reporting purposes. If you need multiple recipients, set up an e-mail group; even though this is not the correct use, it could be used for that.</p>
<p>4.3.1. RETURN-PATH</p>
<p>   This field  is  added  by  the  final  transport  system  that<br />
   delivers  the message to its recipient.  The field is intended<br />
   to contain definitive information about the address and  route<br />
   back to the message&#8217;s originator.</p>
<p>   Note:  The &#8220;Reply-To&#8221; field is added  by  the  originator  and<br />
          serves  to  direct  replies,  whereas the &#8220;Return-Path&#8221;<br />
          field is used to identify a path back to  the  origina-<br />
          tor.</p>
<p>   While the syntax  indicates  that  a  route  specification  is<br />
   optional,  every attempt should be made to provide that infor-<br />
   mation in this field.</p>
<p>taken from:<br />
<a href="http://www.w3.org/Protocols/rfc822/" rel="nofollow">http://www.w3.org/Protocols/rfc822/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
