gives errror
The view file does not exist: /var/www/xx/frontend/mail/layouts/html.php
This works correctly when using the swiftmailer directly.
At the moment I am added this to the compose function
$this->htmlLayout = "@common/mail/". $this->htmlLayout;
gives errror The view file does not exist: /var/www/xx/frontend/mail/layouts/html.php
This works correctly when using the swiftmailer directly. At the moment I am added this to the compose function $this->htmlLayout = "@common/mail/". $this->htmlLayout;