says why they were undelivered. Right now I have a similar problem
that telcom is blaming on a firewall issue. About 2-3% of the time CF
just cannot connect to the SMTP server. Whats quite annoying is that
CF will only try once. If it fails for any reason on the first time if
moves the message to undeliverable.
If telcom doesnt solve this problem, the only workaround would be to
right a scheduled task to grab them from the undeliverable folder and
drop them back into spool.
-Adam
----- Original Message -----
From: Mark Leder <[EMAIL PROTECTED]>
Date: Wed, 30 Jun 2004 11:18:14 -0400
Subject: CFMail Sanity Check
To: CF-Talk <[EMAIL PROTECTED]>
Hi all,
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]

