mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
FIX: outdated swift mailer breaking mails formating
This commit is contained in:
parent
2875a006c8
commit
f7fd70c7f0
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user