Hi,
I know that sending multiple emails with mail is an inefficient way of doing this task. I was wondering if doing this would be any more efficient:
The mail() function can take a Header string in, and I was wondering if setting the cc: value in the header to all the address I wanted to send to, would be fast that calling mail() for each single address?
Surely I can comma seperate the address like in a normal mailing client?
Would that just send one email to the smtp server, and let the mail server send out all the ccs?