Charlie Hanlon said: > That's how I learned. I'll assume that you're implying that the > <cfmailparam> is unneccessary. Is this so?
Just put it in the From. If the friendly name you want the user to see has any characters other then alfanumeric and spaces, enclose the friendly name in double quotes, i.e.: GOOD: <cfmail from="John Doe <[EMAIL PROTECTED]>" ...> BAD: <cfmail from="Doe, John <[EMAIL PROTECTED]>" ...> GOOD: <cfmail from="""Doe, John"" <[EMAIL PROTECTED]>" ...> Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235025 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

