Merge pull request #8090 from atm-arnaud/FIX_sepa_mail_encode
FIX email sent was not in HTML
This commit is contained in:
commit
e66b266432
@ -236,10 +236,10 @@ class RejetPrelevement
|
|||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
|
||||||
|
|
||||||
$subject = $langs->trans("InfoRejectSubject");
|
$subject = $langs->transnoentities("InfoRejectSubject");
|
||||||
$sendto = $emuser->getFullName($langs)." <".$emuser->email.">";
|
$sendto = $emuser->getFullName($langs)." <".$emuser->email.">";
|
||||||
$from = $this->user->getFullName($langs)." <".$this->user->email.">";
|
$from = $this->user->getFullName($langs)." <".$this->user->email.">";
|
||||||
$msgishtml=0;
|
$msgishtml=1;
|
||||||
|
|
||||||
$arr_file = array();
|
$arr_file = array();
|
||||||
$arr_mime = array();
|
$arr_mime = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user