Added Email Logging for Emailnotification class

This commit is contained in:
Frank Schubert
2025-08-22 17:49:54 +02:00
parent 866c3b2ae1
commit 3a86160b38
26 changed files with 1636 additions and 46 deletions

View File

@@ -77,7 +77,7 @@ class MailtemplateDispatch extends mfBaseModel {
continue;
}
$email = new Emailnotification();
$email = new Emailnotification("MailtemplateDispatch", $this->id);
$email->setSubject($subject);
if($template->body_html) {
$email->setHtmlBody($body);