Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. if (mail('you@yourdomain.com', 'Quick email test', 'Is this on?'))
  3. {
  4. echo 'Mail sent successfully.';
  5. }
  6. else
  7. {
  8. echo 'Mail was not sent.';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement