phpmailer wyślij e -mail na wiele adresów

$mail->AddAddress('[email protected]', 'Person One');
$mail->AddAddress('[email protected]', 'Person Two');
// ..
Singh99