String mail
This commit is contained in:
parent
70408e54e0
commit
970b236363
@ -16,7 +16,7 @@ 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");
|
||||
mail('bertrand.cournaud@gmail.com', 'Nemubot', 'Ceci est un test');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user