i loop over a db of over 50,000 addresses and it's fine, but i have to break
into chunks of about 8,000. and don't forget to set your timeout to be
slightly higher if you start looping over hundreds or thousands.

-----Original Message-----
From: Chris Martin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 3:10 PM
To: CF-Talk
Subject: The CF Mail Server


Hello everyone.

I am working on an application that manages private groups membership, and
one of the function the client wants included is the ability for an
administrator to write an email, then submit it to all the members of a
given group.  What I want to know, is will the built in cf mail stuff be
able to handle it if I query the DB, and loop over each email address with
the message?  I imagine it wont be a problem for a group with 10 members,
but for a group with 55 or 60?  I have no desire to bring the server to a
grinding, crashing halt.  Can anyone share some ideas?

Thanks,

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

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to