That's exactly what the routine I sent out a few minutes ago does. Robert
_____ From: Rick Root [mailto:[email protected]] To: cf-talk [mailto:[email protected]] Sent: Mon, 24 Aug 2009 20:41:35 -0400 Subject: Re: Throttling CFMail One thing you could do.... instead of calling <cfmail> insert the details into a DB table (to,from, cc, subject, type, content, etc)... then have a scheduled task that runs every minute send out 100 emails from the table and flag them as sent. Then, it takes a minimum of 20 minutes to send out 2000 messages. And of course you can adjust that speed by changing the number of emails it does per interval. -- Rick Root CFFM - Open Source Coldfusion File Manager http://www.opensourcecf.com/cffm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325651 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

