Closed andrtechno closed 5 years ago
Сори не доглядел что можно в конфиге для mailer прописать свои настройки view прописать, можно закрывать тикет.
'mailer' => [
..
'view'=>[
'renderers' => [
'tpl' => [
'class' => 'yii\smarty\ViewRenderer',
],
],
]
],
Should be documented here: https://github.com/yiisoft/yii2-smarty/blob/master/docs/guide/installation.md
It's already there.
config.php
не работает smarty при таком раскладе
->compose('mail.tpl', [])
не знаю, не доработка это или так и задумано?!А вот так работает
->compose()->setHtmlBody($this->renderPartial('mail.tpl', []))