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@d
foreach ($all_address as $aa) { $mail->AddAddress($aa); }