Hi

CFMX could handle this no problem in one good but you really need to
use qmail on a Linux box as the mail client. Don't use Sendmail as it
is very slow. If you are on Windows 2003 IIS6 SMTP server is pretty
good, but really a qmail is the best.

Also use the following mail settings:

* Maintain connection to mail server: Ticked
* Spool Interval (seconds): 10
* Mail Delivery Threads: 25
* Ticked: Spool mail messages for delivery to disk - Don't use memory
as it leaks all over the place and if the CF server crashs you loss
the spool and don't know what has been sent and what hasn't.

That should work ok.

Also, it might take a while for the script to run if you are doing
25000, so either disable the request timeout in Administrator or and a
?RequestTimeout=5000 to the URL.

Andrew.

----- Original Message -----
From: Burns, John D <[EMAIL PROTECTED]>
Date: Thu, 2 Sep 2004 15:51:18 -0400
Subject: RE: CFMAIL and mass mailings: problem?
To: CF-Talk <[EMAIL PROTECTED]>

Invalid in format. As long as it's a properly formed email address, it
will work.  You just have to make sure your data is clean.

John

-----Original Message-----
From: Cornillon, Matthieu (Consultant)
[mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 2:53 PM
To: CF-Talk
Subject: RE: CFMAIL and mass mailings: problem?

> The big thing you need to look out for is invalid email addresses and
> such because that will kill the cfmail loop and thus kill all of the
> emails going out.

John,

Does "invalid e-mail addresses" mean e-mail addresses that simply are
not e-mail addresses, or e-mail addresses that are valid in format, but
do not actually exist at the other end?

In other words, I would call
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>  a valid address,
even though there is most likely no such address on the yahoo server.
Is this how you are defining valid?

If so, it sounds like the solution is to check the e-mails using a
regular _expression_ to be sure that they follow basic e-mail address
format.  Does this sound right to you?

Thanks,
Matthieu________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to