Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

send mail cc and bcc in php

Sun Oct 26, 2008 9:47 pm

Code:
<?php
   $headers 
"From:[email protected]\r\n";
   
$recipients "[email protected],[email protected]";
   
mail($recipients"This is the subject","This is the mail body"$headers);
?>




Post a reply
  Related Posts  to : send mail cc and bcc in php
 how to send mail with Ant     -  
 send mail using php     -  
 How to send conformation e-mail through JSP     -  
 send mail to Multiple recipients     -  
 validate mail in jsp     -  
 validate e-mail in php     -  
 mail system in java     -  
 php variables in mail function     -  
 mail function problem     -  
 Help Sending e-mail from VB.Net application     -  

Topic Tags

PHP Email