Multiple recipients all go into the address field, with commas separating them : mail function : Email PHP Source Code


PHP Source Code » Email » mail function »

 

Multiple recipients all go into the address field, with commas separating them



<?php
$mailsend = mail("receiver@receipthost, a@hotmail.com, a@aol.com""A Sample Subject Line""Body of e-mail.");
print("$mailsend");
?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Email
» mail function