mail() for a list of emails

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Gambler
Forum Contributor
Posts: 246
Joined: Thu Dec 08, 2005 7:10 pm

mail() for a list of emails

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Last I checked, that was handled by the SMTP server it's being passed through.
Post Reply