diff --git a/questions.php b/questions.php index 2e38137..42840d9 100755 --- a/questions.php +++ b/questions.php @@ -15,6 +15,8 @@ if (isset ($_POST['send'])) echo 'La question est : ' . $question . "
"; echo 'La réponse est : ' . $answer; + + mail("bertrand.cournaud@gmail.com", "Nemubot", "Ceci est un test"); } }