Merge branch 'fronkdev' into 'master'

fixed body

See merge request fronk/thetool!733
This commit is contained in:
Frank Schubert
2024-11-13 17:29:45 +00:00

View File

@@ -40,7 +40,7 @@ class MaintenanceNotification extends mfBaseModel {
$email = new Emailnotification();
$email->setSubject($subject);
$email->setHtmlBody($body);
$email->setBody($body);
$email->setFrom($from, $from_name);
$email->setTo($to);
$email->setHeader("X-".ucfirst(MFAPPNAME)."-mnid", $this->id);