FIX: outdated swift mailer breaking mails formating

This commit is contained in:
Tony Air 2024-03-29 19:59:59 +02:00
parent 2875a006c8
commit f7fd70c7f0
1 changed files with 2 additions and 1 deletions

View File

@ -63,8 +63,9 @@ class MailerFix extends Email
$mailer = new Mailer($transport);
$this->loadDetails();
$body = $this->getBody();
$this->render();
$body = $this->getBody();
$to = self::convertVars($this->args[1]);
$email = (new MimeEmail())