> So, I've found two headers I can use: > > <cfmailparam > name="Disposition-Notification-To" value="[email protected]"> > <cfmailparam name="Return-Receipt-To" > value="[email protected] " > > > The first one seems to work effectively. The second seems less effective. > Both, however, require the user to respond. > > On Outlook I have options to "Request a deliver receipt" and "Request a Read > Receipt". The cfmailparam above > appear to be equivalent to "Request a Read Receipt", which asks the user to > send notification. > > The second Outlook option "Request a Delivery Receipt" will send me a > confirmation that either the email has been > delivered, or at least that it was relayed. > > Is there an equivalent command I can use to emulate that function?
I don't know. Why not send a message from Outlook to, say, a Gmail account using these, and see whether they're reflected in message headers? That said, a lot of this kind of stuff is proprietary, and doesn't work in the wide-open world of SMTP. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:352278 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

