Send email to several people in php [duplicate]

0

To make a script to send multiple emails at the same time more when I add the mailing list does not work, more when I place one works:

$cabecalho .= "Bcc: [email protected]  \n";
    
asked by anonymous 19.07.2014 / 03:23

1 answer

0

If I was not mistaken it was only put separated by commas:

$ header="Bcc: [email protected], [email protected] \ n";

    
19.07.2014 / 05:03