Guest User

Untitled

a guest
Feb 21st, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. $dest = "guiacao@guiacao.x10.bz";
  2. $headers  = "MIME-Version: 1.0\r\n";
  3. $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
  4. $headers .= "From: guiacao@guiacao.x10.bz\r\n";
  5. $headers .= "Reply-to: guiacao@guiacao.x10.bz\r\n";
  6. $headers .= "X-Mailer: PHP/" . phpversion();
  7. mail($dest,
  8. "subject",
  9. "body",
  10. $headers);
Add Comment
Please, Sign In to add comment