As others have said, non of these headers are 'standard', and their
implementation is dependent on mail server and mail client settings on
the receiving end.
MS uses 'Return-Receipt-To' header to request a DSN from the mail
server. Try and see if that one works for you.
Alternatively, you can always specify "failto" cfmail attribute -
delivery failure notifications will be sent to the address you
provide. No failure notice = mail delivered.

Azadi

On Thu, Aug 23, 2012 at 2:29 AM, Robert Harrison
<rob...@austin-williams.com> wrote:
>
>
> I just found out (with no help from the Adobe documentation) that you can get 
> an email generated via CF mail to return a read receipt by adding the 
> following to the mail content.
>
>         <cfmailparam name="Disposition-Notification-To" 
> value="m...@domain.com">   This is the Message Disposition Notification  -  
> the command that requests the user to confirm they have read the mail.
>
> What I really want to do is confirm that the mail has been delivered.
>
> That should be something like:
>
>         <cfmailparam name="Delivery-Notification-To" value="m...@domain.com"> 
> or  <cfmailparam name="Delivery-Status-To" value="m...@domain.com"> or  
> <cfmailparam name="Status-Notification-To" value="m...@domain.com">
>
> Does anyone know what the correct attribute is for Delivery Status 
> Notifications?   I can't find that documented anywhere.
>
> Thanks
>
> Robert Harrison
> Director of Interactive Services
>
> Austin & Williams
> Advertising I Branding I Digital I Direct
> 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
> T 631.231.6600 X 119   F 631.434.7022
> http://www.austin-williams.com
>
> Blog:      http://www.austin-williams.com/blog
> Twitter:  http://www.twitter.com/austin_
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352279
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to