This commit is contained in:
KANE LAZENI 2026-07-26 21:58:00 +00:00
parent 3922bc73c8
commit 3097510e68

View File

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