Duane Boudreau wrote: > I think java is probably my best bet. Out of curiosity which would be > quicker - using cfmail to send email or writing directly to the > cfusion/spool directory using cffile?
Doesn't matter much, in both cases picking up the files from the spooldir and having them send by CF is the slowest step. This can be resolved by using some other SMTP daemon with a pickup dir (the SMTP thing that comes with IIS, MDaemon etc.), in which case you can't use cfmail anyway, but you should be able to get up to 2000 emails a minute without any problems. Jochem ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

