Advertisement
Guest User

Mail Header

a guest
Mar 2nd, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1.         $headers = "MIME-Version: 1.0" . "\r\n";
  2.         $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
  3.  
  4.         // More headers
  5.         $headers .= 'From: <tesztmail@gmail.com>' . "\r\n";
  6.         $headers .= 'Cc: tesztmail@gmail.com' . "\r\n";
  7.  
  8.         $headers .= "Reply-To: tesztmail@gmail.com\r\n";
  9.         $headers .= "Return-Path: tesztmail@gmail.com\r\n";
  10.         $headers .= "BCC: tesztmail@gmail.com\r\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement