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()) {