A client who sends email using the <cfmail> coding listed below, has noticed
a moderate increase in undeliverables in the last few weeks. I don't think
it's a throttling issue, as he sends to groups of just a few hundred at a
time. I'm using CFMX6.1 on Win03.
Just to make sure, are there any parameters that are duplicated in the
following code or that you would suggest adding or deleting? (Is the
mailerID and x-mailer the same, if so, which should I use?) We're only doing
plain text messaging (no HTML).
<cfmail from="#VARIABLES.mailFrom# <#VARIABLES.mailFromEmail#>"
query="qNONAOLmessages"
group="emailAddress"
groupcasesensitive="no"
to="#firstname# #lastname# <#emailaddress#>"
cc="#copyTo#"
bcc="#blindCopyTo#"
subject="#VARIABLES.subjectLine#"
failto="#VARIABLES.mailFailTo#"
server="#REQUEST.mailserver#"
charset="utf-8"
mailerid="Microsoft Outlook Express 6.00.2800.1158">
#VARIABLES.textCopy#
<cfmailparam name="Reply-To" value="#VARIABLES.mailFrom#
<#VARIABLES.mailReplyTo#>">
<cfmailparam name="Message-ID"
value="<#CreateUUID()[EMAIL PROTECTED]>">
<cfmailparam name="X-Priority" value="3">
<cfmailparam name="X-MSMail-Priority" value="Normal">
<cfmailparam name="MIME-Version" value="1.0">
<cfmailparam name="X-Mailer" value="Microsoft Outlook Express
6.00.2800.1158">
<cfmailparam name="X-MimeOLE" value="Produced By Microsoft MimeOLE
V6.00.2800.1165">
</cfmail>
Thanks, Mark
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

