I forgot an additional mail param that is used... I typically use both, but it escaped me at the time...
<CFMAILPARAM name="Return-Receipt-To" value="'SomeUser' <[EMAIL PROTECTED]>"> <CFMAILPARAM name="X-RCPT-TO" value="<[EMAIL PROTECTED]>"> The first is specific to Exchange (which we use internally) and the second is the universal version. HTH, Jeff ----- Original Message ----- From: "Jeff Garza" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 10:30 AM Subject: Re: Read Confirmation for e-mail application Use a CFMAILPARAM to include the extra header information... <CFMAILPARAM name="Return-Receipt-To" value="'SomeUser' <[EMAIL PROTECTED]>"> This is not guaranteed to work 100%... HTH, Jeff Garza ----- Original Message ----- From: "Huynh Weiming" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 10:02 AM Subject: Re: Read Confirmation for e-mail application Can you go into more detail? Is there a tutorial or reference on the web that will tell me how to do this? Fregas wrote: > This is very easy to do using email bugs but probably violates some > anti-spam laws. Plus its just plain evil. > > You could add an email header that asks for a confirmation, but this will > only work in programs like outlook that actually look at read-receipt > headers. > > Fregas > > ----- Original Message ----- > From: "Huynh Weiming" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, February 12, 2003 9:43 AM > Subject: Read Confirmation for e-mail application > > > I need to develop a Read Confirmation feature for my e-mail. Basically > > it will give the user to send out emails with a read confirmation. Once > > the receipient clicks on the message a read confirmation is set back to > > the sender. Has anybody try to do that? Right now we are using the > > CFX_IMAP4 tag and cfmail for our email application. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

