Page 1 of 1

mail() for a list of emails

Posted: Fri Jun 09, 2006 1:56 pm
by Gambler
I know that calling mail() in a loop is not a good idea, but what about giving it a list of emails. ("bla@example.com, bla@example.org") Does it invokes mailer for each address, or does it not?

Posted: Fri Jun 09, 2006 2:05 pm
by feyd
Last I checked, that was handled by the SMTP server it's being passed through.