Server sided mail checking...

This commit is contained in:
Joe
2017-02-07 22:40:37 -06:00
parent 3bed9f1986
commit f5e1367e57
3 changed files with 34 additions and 5 deletions

3
checkMail.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
echo shell_exec('./checkmail.sh \'' . $_GET['mailAddress'] . '\'');
?>