I don't know how the data should be formatted for AddAddress PHPMailer function; I need the email to be sent to multiple recipients so I tried
$to = "me@example.com,you@example.net,she@example.it";
$obj->AddAddress($to);
but with no success.
I don't know how the data should be formatted for AddAddress PHPMailer function; I need the email to be sent to multiple recipients so I tried
$to = "me@example.com,you@example.net,she@example.it";
$obj->AddAddress($to);
but with no success.