I'm pulling email addresses from a database, then emailing them a newsletter email. 
Right now, I'm calling the mail() function each time to send an email and that's 
slooow. How could I make it so all the emails are put into a BCC field then emailed 
all at once instead of multiple times?

Thanks,
Stephen Craton
http://www.melchior.us
http://php.melchior.us

Reply via email to