FIX email sent was not in HTML

This commit is contained in:
arnaud 2018-01-23 12:14:22 +01:00
parent bc7bd77cea
commit 19c616756a

View File

@ -239,7 +239,7 @@ class RejetPrelevement
$subject = $langs->trans("InfoRejectSubject");
$sendto = $emuser->getFullName($langs)." <".$emuser->email.">";
$from = $this->user->getFullName($langs)." <".$this->user->email.">";
$msgishtml=0;
$msgishtml=1;
$arr_file = array();
$arr_mime = array();