Advertisement
Jemb0t_IR3eng

Tes send mail magento

Apr 12th, 2019
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?php
  2. $subject = "TES MAIL SENDER MAGENTO";
  3. $body = "Zuahahaaha, email nyampek coeg :3";
  4. $email = "[email protected]";
  5. $headers = 'From: ' .$email . "\r\n".
  6. 'Reply-To: ' . $email. "\r\n" .
  7. 'X-Mailer: PHP/' . phpversion();
  8. if (mail($to,$subject,$body,$headers)) {
  9. echo("<p>Pesan meluncur dengan selamat ndan! cek imelmu :*</p>");
  10. } else {
  11. echo("<p>Gak support gawe send mail iki...</p>");
  12. }
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement