From 0e83c627b7fe2de5cd2e2626a2110b0e6794b4a8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 26 Jul 2026 21:59:43 +0000 Subject: [PATCH] a --- Cron/Cronenvoimail.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Cron/Cronenvoimail.php b/Cron/Cronenvoimail.php index a4936ed..e831f5c 100755 --- a/Cron/Cronenvoimail.php +++ b/Cron/Cronenvoimail.php @@ -333,7 +333,6 @@ class Cronenvoimail $this->email->Subject = $this->objet; $this->email->Body = nl2br(htmlspecialchars($this->body)); $this->email->AltBody = $this->body; - if(!$this->email->send()) {