a
This commit is contained in:
parent
3922bc73c8
commit
3097510e68
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user