Guest User

Untitled

a guest
Oct 20th, 2017
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $headers .= "Bcc: davidsammuel@gmail.comrn";
  2.  
  3. $headers = "MIME-Version: 1.1rn";
  4. $headers .= "Content-type: text/html; charset=iso-8859-1rn";
  5. $headers .= "From: ticiana@ticianawerner.com.brrn"; // remetente
  6. $headers .= "Bcc: davidsammuel@gmail.comrn";
  7. $headers .= "Return-Path: ticiana@ticianawerner.com.brrn"; // return-path
  8. mail($CliEmail, "Cupom Ticiana Werner Restaurante - ".$codCupom, $corpo, $headers);
  9.  
  10. $headers .= "Bcc: davidsammuel@gmail.comrn";
Add Comment
Please, Sign In to add comment