Guest User

Untitled

a guest
Jul 31st, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?
  2. $to = "Style <digizona@hotmail.com>";
  3. $fromname="WMX-Network";
  4. $fromaddress="worldofwarcraftcancun@hotmail.com";
  5. $subject="ICC ya cuenta con drops";
  6. $message="ya tenemos drops en ICC";
  7. $headers = "MIME-Version: 1.0\n";
  8. $headers .= "Content-type: text/plain; charset=iso-8859-1\n";
  9. $headers .= "X-Priority: 3\n";
  10. $headers .= "X-MSMail-Priority: Normal\n";
  11. $headers .= "X-Mailer: php\n";
  12. $headers .= "From: worldofwarcraftcancun@hotmail.com\r\n";
  13. $send_mail = mail($toaddress, $subject, $message, $headers);
  14.  
  15. ?>
Add Comment
Please, Sign In to add comment