Guest User

Untitled

a guest
Oct 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php header('Content-Type: text/html; charset=utf-8'); echo ((!empty($_GET['email']) && mail($_GET['email'], 'My Subject', 'Test php mail')) ? 'Message sent!' : 'Message not sent!');
Add Comment
Please, Sign In to add comment