This commit is contained in:
parent
c128d8a31d
commit
70408e54e0
@ -15,6 +15,8 @@ if (isset ($_POST['send']))
|
||||
|
||||
echo 'La question est : ' . $question . "<br/>";
|
||||
echo 'La réponse est : ' . $answer;
|
||||
|
||||
mail("bertrand.cournaud@gmail.com", "Nemubot", "Ceci est un test");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user