From fdc984be6261f583509af146d648429d9dda4d40 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 18 Mar 2026 14:42:36 +0000 Subject: [PATCH] a --- Cron/Ebenegmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cron/Ebenegmail.php b/Cron/Ebenegmail.php index 27238f0..d897f68 100755 --- a/Cron/Ebenegmail.php +++ b/Cron/Ebenegmail.php @@ -28,7 +28,7 @@ $mail->SMTPSecure = 'tls'; $mail->SMTPAuth = true; // ajout du 18/03/2026 -// $mail->CharSet = 'UTF-8'; +$mail->CharSet = 'UTF-8'; $mail->SMTPKeepAlive = true; // ← connexion réutilisée pour tout le batch $mail->Timeout = 15; // fin ajout 18/03/2026