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;