From 3097510e680d364e810d93fad4c562d28f99de65 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 26 Jul 2026 21:58:00 +0000 Subject: [PATCH] a --- Cron/Cronenvoimail.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cron/Cronenvoimail.php b/Cron/Cronenvoimail.php index 945cb0c..a4936ed 100755 --- a/Cron/Cronenvoimail.php +++ b/Cron/Cronenvoimail.php @@ -331,7 +331,9 @@ class Cronenvoimail } $this->email->Subject = $this->objet; - $this->email->Body = $this->body; + $this->email->Body = nl2br(htmlspecialchars($this->body)); + $this->email->AltBody = $this->body; + if(!$this->email->send()) {