Mail to multiple recipients : mail function : Email PHP Source Code


PHP Source Code » Email » mail function »

 

Mail to multiple recipients



<?php
   $headers = "From:sender@navioo.comrn";
   $recipients = "test@java.com,a@navioo.com";
   mail($recipients, "This is the subject","This is the mail body", $headers);
?>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Email
» mail function