Advertisement
Guest User

Untitled

a guest
Feb 9th, 2012
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. if(mail('email@email.com','subject','message','header'))
  2. {
  3.   echo "true";
  4. }
  5. else
  6. {
  7.   echo "false";
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement