There are two headers that I know of for delivery status notification: Return-Receipt-To and Disposition-Notification-To
To set these in CFMail you do the following: <cfmail ...> <cfmailparam name = "Return-Receipt-To" value = "[EMAIL PROTECTED]"> <cfmailparam name = "Disposition-Notification-To" value = "[EMAIL PROTECTED]"> blah... </cfmail> Note, however, that getting a delivery notification is entirely dependent on the recipient. Most people have automatic delivery notification turned off and some email clients don't support this at all. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusion.com/imssecomparison.cfm ----- Original Message ----- From: "Douglas Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 10:32 PM Subject: delivery status notification > Does anyone have an example of using the delivery status notification > with cfmail? Could you please post an example if you do? > > > Thanks > > > > There are two major products that come out of Berkeley: LSD and [Unix] > BSD. We don't believe this to be a coincidence. > > > > Doug Brown > ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

