Your Ad Here

Posted By

wesleymacente on 05/21/11


Tagged


Versions (?)

HEADERS MAIL


 / Published in: PHP
 

  1. $headers = "From: " . $_POST['email'] . "
  2. ";
  3. $headers .= "Reply-To: " . $_POST['email'] . "
  4. ";
  5. $headers .= "Return-Path: orcamento <orcamento@biologicanet.com.br>
  6. ";
  7. $headers .= 'MIME-Version: 1.0' . "\n";
  8. $headers .= 'Content-type: text/html; charset=utf-8' . "
  9. ";
  10. 'X-Mailer: PHP/' . phpversion();

Report this snippet  

You need to login to post a comment.