Guest User

Untitled

a guest
Sep 17th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Email Reply to address
  2. $headers = 'From: The Client <'.$emailTo.'>' . "rn" . 'Reply-To: info@mydomain.com';
  3. $headers .= "MIME-Version: 1.0rn";
  4. $headers .= "Content-Type: text/html; charset=ISO-8859-1rn";
  5.  
  6. "1.0" <info@mydomain.commime-version:>
  7.  
  8. $headers = "From: The Client <".$emailTo.">rn";
  9. $headers .= "Reply-To: info@mydomain.comrn";
  10. $headers .= "MIME-Version: 1.0rn";
  11. $headers .= "Content-Type: text/html; charset=ISO-8859-1rn";
  12.  
  13. $headers = 'From: The Client <'.$emailTo.'>' . "rn" . 'Reply-To: info@mydomain.com' . "rn";
Add Comment
Please, Sign In to add comment