From 121a48a17d9e356db1fad836e50424ee5146d56a Mon Sep 17 00:00:00 2001 From: Lab 8916100448256 Date: Thu, 12 Nov 2020 18:53:17 +0100 Subject: [PATCH] Fix #8 --- boffice/access.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boffice/access.php b/boffice/access.php index 91d14a5..9920638 100644 --- a/boffice/access.php +++ b/boffice/access.php @@ -20,7 +20,7 @@ function envoiunmail($meldest,$melsub,$melbod){ $headers = "MIME-Version: 1.0\n". "From: ".$from."\n". "Reply-To: ".$monmail."\n". - "Message-id: ".generateMessageID()."\n". +// "Message-id: ".generateMessageID()."\n". "X-Mailer: PHP/".phpversion()."\n". "Date: ".date("r")."\n". // "Subject: ".$subject."\n". @@ -114,4 +114,4 @@ $tablointervenantvide= array(); $tablointervenantvide[$row['cle']] = array("nom"=>$row['nom'],"prenom"=>$row['prenom'],"mobile"=>$row['mobile'],"email"=>$row['email']); } -?> \ No newline at end of file +?>