\r\n"); define('SUBJECT', 'New subscribe'); // Subject of mail $message = $_POST['email']; $r = mail(TO, SUBJECT, $message, FROM); echo ($r) ? 1 : 0;