fixed body

This commit is contained in:
Frank Schubert
2024-11-13 18:29:24 +01:00
parent 8f033e159c
commit d63bda226d

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);