Send email to multiple people in php

Asked

Viewed 588 times

0

I’m making a script to send multiple emails at the same time more when adding the mailing list doesn’t work, more when I put one works:

$cabecalho .= "Bcc: email@email.com  \n";

1 answer

0

If I’m not mistaken, I’d just put commas apart:

$cabecalho .= " Bcc: email@email.com, email2@email.com n";

  • I put more than a thousand separate emails with comma but it does not arrive in the mailboxes nor in spam.

  • Is the quantity the problem? If it is 3 people it works?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.