This commit is contained in:
Bertrand Cournaud 2012-05-21 17:10:40 +02:00
parent c128d8a31d
commit 70408e54e0

View File

@ -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");
}
}