mail() for a list of emails
Posted: Fri Jun 09, 2006 1:56 pm
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?