Will it allow you to send a read receipt to yourself?  Do you get the
email at all?  View the headers on that email and then send yourself an
email with a read receipt and look at the headers on that one.  Compare
the two and see if you can find the problem that way.

-----Original Message-----
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:37 PM
To: CF-Talk
Subject: RE: Email Problem

I tried the exact code from the blog (changed the email address of
course) but no receipts :-(


Not sure if it is an mail server issue or something.

-----Original Message-----
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:32 PM
To: CF-Talk
Subject: RE: Email Problem

Tyrone,

I tried the code below but I do not get any receipts.  Am I doing
something
incorrect?

<cfmail to=" [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> "
from="Mario< [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >"

subject="This is only a test......"
type="html"
server="myemailserver">
<cfmailParam name="Reply-To" value=" [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ">
<cfmailparam name="Read-Receipt-To" value=" [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ">
<cfmailparam name="Disposition-Notification-To" value="
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ">
<cfmailParam name="X-Priority" value="1">
     Test of Outlook Options
</cfmail>

I tried it on my older 4.5 box and on my MX box but no luck.  I actually
need
to add this to app that I am working on and I would love to see it work.

Thanks
Mario
-----Original Message-----
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-----Original Message-----
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers
that will tell Outlook to send a Read receipt or even a
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

<CFMAILPARAM name="X-RCPT-TO" value="[EMAIL PROTECTED]">
<CFMAILPARAM name="Return-receipt-TO" value="[EMAIL PROTECTED]">
  _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to