Mail cc and bcc : mail function : Email PHP Source Code


PHP Source Code » Email » mail function »

 

Mail cc and bcc



<?php
   $headers = "From:sender@navioo.comrn";
   $recipients = "b@java.com,a@java.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