Apply for Zend Framework Certification Training

Corephp






                                                                              Send Mail in PHP

$email_to = 'abc1.com,abc2.com,';
$email_to .= 'xyz1.com,rajeshprogrammer91@gmail.com,';
$email_subject ="$first_name -".  'Enquiry caome on '.date("F j \,  Y \,  h:i A");
$headers = "From: ".$f_name." ".$l_name." \r\n";
$headers .= "Reply-To: ". strip_tags($email) . "\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
$message ="test message";

< Send mail with attatchment using php Last >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top