Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

phpmailer send email to multiple addresses

$mail->AddAddress('person1@domain.com', 'Person One');
$mail->AddAddress('person2@domain.com', 'Person Two');
// ..
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #phpmailer #send #email #multiple #addresses
ADD COMMENT
Topic
Name
8+4 =