Andre:

As Al mentioned in an earlier response, use the CFMAIL tag's MAILERID
attribute, instead of <CFMAILPARAM NAME="X-Mailer" ... > to set your
message's X-Mailer header.

For more information about using SMTP and email headers, you might find my
SMTP preso useful.  It is available at
http://www.evoch.com/Community/presentations_smtp.cfm

Concerning the Message-ID header, I don't believe you can overwrite that
from within CFMAIL.  I believe it is automatically generated by ColdFusion
and there are no attributes available to overwrite it.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


DRE [mailto:[EMAIL PROTECTED] wrote:
> I've found this on the net.
> <cfmailparam name="X-Mailer" value="Microsoft Outlook Express
4.72.3110.5">
> which I added. However, it doesnt overwrite the cfmail one. The
> header ends up looking like this:
> X-Mailer: ColdFusion MX Application Server
> X-Mailer: Microsoft Outlook Express 4.72.3110.5
>
> Anybody know of a way to overwrite this behavior so as to only get the
> outlook one??



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238525
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to