> ColdFusion Server Version 4, 0, 1, 0 Professional and Outlook 2000 as an
> e-mail client.
>
> =======================================================
> http://www.thenetprofits.co.uk/coldfusion/faq/index.cfm#answer55
> How do I make a CFMAIL display "friendly" e-mail addresses?
>
> <CFMAIL
> FROM="[EMAIL PROTECTED] (John Smith)"
> TO="[EMAIL PROTECTED] (List Members)"
> SUBJECT="List Mailing">Your e-mail here</CFMAIL>
> =======================================================
>
> I'm doing what's described above not getting the "friendly"
> e-mail address I was expecting... just the full FROM and TO
> e-mail addresses. Anyone got an idea what I'm doing wrong?
The problem with this is that different email clients treat the email
addresses differently
As a general rule though (and this won't work 100%)
FROM="John Smith <[EMAIL PROTECTED]>"
should work, but you may have to put quotes around the name...
FROM="""John Smith"" <[EMAIL PROTECTED]>"
Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists