Something I found out the hard way :-)
Mail headers may contain double quotes ("). So, when using header variables
like header_from you should escape the double quotes so that the field is
passed properly to ColdFusion tags. For example, in a CFX_iMSMail tag you
may want to set the "to" header to be the "from" header of the original
mail. To do this, use the following syntax:
header_to="#replace(form.header_from,"""","""""","all")#"
Regards,
Howie
========================================================================
This list server is Powered by iMS
'The Swiss Army Knife of Mail Servers'
--------------------------------------
To leave this list please complete the form at
http://www.CoolFusion.com/iMS.htm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
========================================================================