Howie,
inFusion POST Server version 2.5.6
CFX_iMSMail (cfx_iMSMail.DLL) version 3.4.1
I think I found a small bug in cfx_iMSMail and/or POST.
If I send an email using this code:
<!--- only an HTML version of the email exists --->
<cfx_imsmail query="getRecpsGroup"
queryfield="emailaddress"
qtoken_fname="fname"
qtoken_lname="lname"
qtoken_cid="CID"
qtoken_email="emailAddress"
qtoken_title="title"
qtoken_company="company"
qtoken_business_country="country"
qtoken_business_state="state"
header_to="<:email:>"
header_Reply_To="#attributes.reply_to_address#"
SMTPFROM="bounce-<:cid:>@#attributes.domain#"
SMTPTO="<:email:>"
qtoken_enccid="enccid"
header_from="#attributes.from_address#"
header_subject="#attributes.title#"
html="#variables.content#"
wordwrap="10"
PARSETOKENS="YES"
warnto="null"
failto="null"
log="yes"
DELETEMAILFILE="yes">
The friendly header TO address comes in fine, as in
"[EMAIL PROTECTED]", for example.
However, when an email is sent using this code (removed the qtoken calls):
<!--- only an HTML version of the email exists --->
<cfx_imsmail query="getRecpsGroup"
queryfield="emailaddress"
header_to="<:email:>"
header_Reply_To="#attributes.reply_to_address#"
SMTPFROM="bounce-<:cid:>@#attributes.domain#"
SMTPTO="<:email:>"
header_from="#attributes.from_address#"
header_subject="#attributes.title#"
html="#variables.content#"
wordwrap="10"
PARSETOKENS="YES"
warnto="null"
failto="null"
log="yes"
DELETEMAILFILE="yes">
The friendly header TO address comes in as ":email:" (excluding the double
quotes).
Thanks,
Jose
==^=======================================================
This list server is Powered by iMS "The Swiss Army Knife of Mail Servers"
--------------------------------------------------------------------------------------
This list is provided as a free service. Although we will try to address issues
in a timely manner, support via this list is not guaranteed. If you require expedited
support then a support contract is required. Support may be purchased from
http://www.coolfusion.com/commerce. Details regarding support options may be reviewed
at: http://www.coolfusion.com/SupportOptions.cfm
--------------------------------------------------------------------------------------
To leave this list please complete the form at http://www.coolfusion.com/Support/
Need an iMS Developer license? Sign up for a free license here:
http://www.coolfusion.com/Developers/
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]
==^=======================================================