From 11fdd52dc80284e1dff804fb71267105aee077d9 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 18 Mar 2026 18:15:17 +0000 Subject: [PATCH] a --- Controleur/Ebenegmail.php | 6 ++++++ Cron/Ebenegmail.php | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Controleur/Ebenegmail.php b/Controleur/Ebenegmail.php index 7040520..03632b0 100755 --- a/Controleur/Ebenegmail.php +++ b/Controleur/Ebenegmail.php @@ -32,6 +32,12 @@ $mail->SMTPSecure = 'tls'; $mail->SMTPAuth = true; +// ajout du 18/03/2026 +$mail->CharSet = 'UTF-8'; +$mail->SMTPKeepAlive = true; // ← connexion réutilisée pour tout le batch +$mail->Timeout = 15; +// fin ajout 18/03/2026 + $mail->Username = "intersantesaas@gmail.com"; // $mail->Password = "Moritio1973"; $mail->Password = "qvix febq ylkp enks"; diff --git a/Cron/Ebenegmail.php b/Cron/Ebenegmail.php index 7040520..03632b0 100755 --- a/Cron/Ebenegmail.php +++ b/Cron/Ebenegmail.php @@ -32,6 +32,12 @@ $mail->SMTPSecure = 'tls'; $mail->SMTPAuth = true; +// ajout du 18/03/2026 +$mail->CharSet = 'UTF-8'; +$mail->SMTPKeepAlive = true; // ← connexion réutilisée pour tout le batch +$mail->Timeout = 15; +// fin ajout 18/03/2026 + $mail->Username = "intersantesaas@gmail.com"; // $mail->Password = "Moritio1973"; $mail->Password = "qvix febq ylkp enks";