From 70408e54e049c401288459b18eb99a2189b28a08 Mon Sep 17 00:00:00 2001 From: Bertrand Cournaud Date: Mon, 21 May 2012 17:10:40 +0200 Subject: [PATCH] Email --- questions.php | 2 ++ 1 file changed, 2 insertions(+) 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"); } }