I've
done it with a fairly long list (950 members). I just added the TIMEOUT
request.
<cfmail to="#e_mail#" from="xxx@xxx.com" subject="Subjetc" TYPE="HTML"
TIMEOUT="500">
Jean-Pierre
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Arun Persaud
Sent: 9 avril, 2002 19:43
To: [EMAIL PROTECTED]
Subject: [CFTALKTor] Bulk EmailI need to send out 860 emails using CFMAIL. Works fine with a small list. I'm not sure, but I think I read somewhere that CFserver can handle something like 40 at a time. Any suggestions on how to send this huge amount out?I'm using CFserver 4.5 and SQL database and a company mail server.The following is the code I'm using to send it out to the list without every recipient being able to see each other (BCC).<CFMAIL
TO=" "
BCC="#contactList#, [EMAIL PROTECTED]"
FROM="[EMAIL PROTECTED]"
SUBJECT="#form.subject#"
SERVER="mail.server.net"
TYPE="HTML">
#form.message#
</CFMAIL>Thank you.Arun.
