X-Git-Url: http://git.vanrenterghem.biz/www.vanrenterghem.biz.git/blobdiff_plain/4b1ce0d83844cfd7c55e75a60ccb239882cd62e3..83ab5456767602f2a9860a7db7247f002ec96945:/phppages/mail.php diff --git a/phppages/mail.php b/phppages/mail.php deleted file mode 100644 index ee7783f..0000000 --- a/phppages/mail.php +++ /dev/null @@ -1,29 +0,0 @@ - -PHP Mail Sender - -Invalid email address"; - echo "Back"; - } elseif ($subject == "") { - echo "

No subject

"; - echo "Back"; - } - - /* Sends the mail and outputs the "Thank you" string if the mail is successfully sent, or the error string otherwise. */ - elseif (mail($email,$subject,$message)) { - echo "

Thank you for sending email

"; - } else { - echo "

Can't send email to $email

"; - } - ?> - - - \ No newline at end of file