Mario,

Instead of setting the X-Mailer header via cfmailparam, just use the
mailerID attribute of the cfmail tag.  That should stop the X-Mailer as
showing up as "ColdFusion Application Server".

On another note, I did a quick test and my firewall is in fact set to strip
out a LOT of mail headers by default, one of which is
"Disposition-Notification-To".  Sending through my home email account, the
read receipt came through fine (just tested in Outlook, not in CFMX).
Outlook never specified a header in regards to the return receipt other than
the one I just mentioned.  "Return-Receipt-To" was never placed in the
header.

Andy

-----Original Message-----
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Friday, May 07, 2004 11:12 AM
To: CF-Talk
Subject: RE: Email Problem

It tried to change the X-Mailer ID but if I look at the headers I see this:

X-Mailer: ColdFusion MX Application Server
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0

I was able to change it but it still sets the Xmailer as CFMX application
server first - so it is stripped.  THe Outlook version is just a guess we
use
9.0 (2000).  Is there anyway to force the CFMX Application Server not to
show?

Here is my code used:

<cfmail to=" [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  "
from="Mario< [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >"
subject="RE: Question about email headers"
SERVER="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">
<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">
<cfmailParam name="X-Mailer" value="Microsoft Outlook 8.5, Build
4.71.2377.0">
<cfmailParam name="Mailerid" value="Microsoft Outlook 8.5, Build
4.71.2377.0">
<cfmailparam name="Return-Receipt-To" value=" [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ">
     I tried all the code but I still not read or delete receipt, but I did
get the delievered receipt.

  I'll try researching more on the web and ask a few other programmers that
I
know if they can try it on the systems.

I sent this to you from Cold Fusion, just to see if maybe it might be that I
am trying to send everything to myself.

Thanks for the help.
Mario
</cfmail>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to