Hi Claude, You got me curious, so I sent my self 2 test emails, one with a read receipt request, the other with a delivery receipt request.
Read reciept added the following header: Disposition-Notification-To: "James Silva" <[EMAIL PROTECTED]> Delivery reciept added the following header: Return-Receipt-To: "James Silva" <[EMAIL PROTECTED]> So, using the CFMAILPARAM tag you should be able to do something like: <cfmail ...> <cfmailparam name="Disposition-Notification-To" value = '"James Silva" <[EMAIL PROTECTED]>'> <cfmailparam name="Return-Receipt-To" value = '"James Silva" <[EMAIL PROTECTED]>'> </cfmail> Did a quick test, seems to work fine. Although, delivery reciept seems to be server based (as opposed to a read receipt which is client based). Not sure what the 'norm' is with delivery reciepts. Our ISP's mail server sends them ok, others might not (guessing here). Cheers, ____________________________ James Silva Web Production Gruden Pty Ltd Tel: +61 02 9956 6388 Fax: +61 02 9956 8433 Email: [EMAIL PROTECTED] Web: http://www.gruden.com ____________________________ When sending email via outlook I am able to set it so a request to receive a read receipt is embedded within the email I send so receive a read receipt once the email has been sent. Is it possible to achieve the same thing when using cfmail to send out email ??? Kind Regards Claude Raiola (Director) AustralianAccommodation.com Pty. Ltd. Mobile: 0414 228 948 Fax: 07 3319 6444 Websites: www.AustralianAccommodation.com <http://www.australianaccommodation.com/> www.AccommodationNewZealand.com <http://www.accommodationnewzealand.com/> www.HospitalityPurchasing.net <http://www.hospitalitypurchasing.net/> <mailto:[EMAIL PROTECTED]> --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
