i want know
how i can send one mail to 200 user
and i want when the email sendt
it appeare send to:user@mail.com
from:my mail
because i think i see many email like that
to:email1@exaple.com;email2@exaple.com;emial3@exaple.com;
ithink this from bbc
i mean i want every user see sent to this email only
You can use the native mail() function, separate the addresses with a comma, and put them all in the blind carbon copy list with additional headers.
Or you could iterate over the collection of email addresses and send each message individually: