From e157bfb3dc005e6d75dfe837364c59c0fd0171b8 Mon Sep 17 00:00:00 2001 From: kevlarcade Date: Thu, 16 Mar 2017 16:17:34 +0100 Subject: [PATCH] =?UTF-8?q?oublie=20d=E2=80=99un=20\n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kevlarcade --- mail/contact_me.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/contact_me.php b/mail/contact_me.php index 7682b26..dd777b4 100644 --- a/mail/contact_me.php +++ b/mail/contact_me.php @@ -21,7 +21,7 @@ $email_body = "Vous avez recu un message depuis le formulaire du site.\n\n"."Voi $headers = "From: noreply@labolyon.fr\n"; $headers .= "Reply-To: $email_address\n"; $headers .= "Date: ".date("r")."\n"; -$headers .= "Content-Type: text/plain; charset=UTF-8"; +$headers .= "Content-Type: text/plain; charset=UTF-8\n"; $headers .= "MIME-Version: 1.0\n"; mail($to,$email_subject,$email_body,$headers); return true;