If the emails aren't extremely time critical, a CF schedule that send them
in batches of say 100 would do it just fine.

just dump the mail-out into a queue table and have the schedules page
consume it.

I have it working on an active subscription list of about a few thousand
recipients, running everynight.



----- Original Message -----
From: "Sean Renet" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 06, 2001 2:06 AM
Subject: Re: Mailing Shots in CF


> If you try to send out a ton of mail at once with CFMAIL, for some reason
it
> just stops working and you have to reboot the server or reinstall the dll.
> Allaire just hasn't quite got thier arms around CFMAIL and CFFTP yet.  And
> they especially didn't have thier arms around it in 4.0.  What I found
works
> is putting CFMAIL inside a loop and foregoing the query attribute.  Then
use
> the cfx_wait tag between each iteration of the loop. BTW, Tony Aly came up
> with this solution, so I cannot take credit for it.  It works, give it a
> try.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to