Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. $to = "xxxxxxxxxxx@smart.mms.ph";
  3. $from = "xxxxxxxx@gmail.com";
  4. $message = "sample";
  5. $header = "From: $fromn";
  6. mail($to,'',$message,$header);
  7. ?>
  8.  
  9. SMTP=localhost
  10. smtp_port=25
  11. sendmail_from = xxxxxxxx@gmail.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement