fixed body
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user