Ok, the <cfmailparam name="Return-Receipt-To" value="#client.email#"> gives me a delivered notification, however neither of these get me a read receipt:
<cfmailparam name="X-RCPT-TO:" value="#client.email#"> <cfmailparam name="Disposition-Notification-To" value="#client.email#"> Anyone know of any other to try? I sent this to someone I normally get read notified from, and called to ask them not to deny the receipt if they were prompted. Thanks, Matthew P. Smith Web Developer, Object Oriented Naval Education & Training Professional Development & Technology Center (NETPDTC) (850)452-1001 ext. 1245 [EMAIL PROTECTED] -----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 10:37 AM To: CF-Talk Subject: Re: delivered and read notification from cfmailed email: cfmailpa ram? ----- Original Message ----- From: "Smith, Matthew P -CONT(DYN)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 11:16 AM Subject: RE: delivered and read notification from cfmailed email: cfmailpa ram? > Ahh, thanks so much man. > > When you say "set this up as a POP account that you have access to", could > you elaborate? > I mean an account that you can check to look for the return receipts. > I believe the mail server cf is set up for is a MS exchange server, and this > portion of the app will by used by admins on our intranet. The "from=" will > be the email that the log in with. > > Also, do you know of a good resource that has a listing of the headers like > the two you showed me along with their purposes? > Try the RFC: http://www.imc.org/rfc2076 HTH, Howie > > Again, thanks for the help. > > > Matthew P. Smith > Web Developer, Object Oriented > Naval Education & Training Professional > Development & Technology Center > (NETPDTC) > (850)452-1001 ext. 1245 > [EMAIL PROTECTED] > > > -----Original Message----- > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 9:55 AM > To: CF-Talk > Subject: Re: delivered and read notification from cfmailed email: > cfmailparam? > > There are two headers that I know of for this: > > Disposition-Notification-To > Return-Receipt-To > > You would either set this up as a POP account that you have access to or an > automated process (iMS is perfect for this). Note, > however, that not all email clients will send back the notification. > > In CFMAIL the syntax is: > > <cfmailparam name = "Disposition-Notification-To" value = > "[EMAIL PROTECTED]" > > <cfmailparam name = "Return-Receipt-To" value = "[EMAIL PROTECTED]" > > > HTH, > > -- > Howie Hamlin - inFusion Project Manager > On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 > inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server > >>> Find out how iMS Stacks up to the competition: > http://www.coolfusion.com/imssecomparison.cfm > > ----- Original Message ----- > From: "Smith, Matthew P -CONT(DYN)" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, April 25, 2002 10:40 AM > Subject: delivered and read notification from cfmailed email: cfmailparam? > > > > Is there a way to receive delivered and read notifications from a cfmail > > sent email, the same as you receive in outlook sent mails? I assume it is > a > > cfmailparam, can anyone help with the actual code? > > > > Thanks. > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm 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

