@@ -128,8 +128,8 @@ class DocumentManager extends AbstractManager | |||
$email = \Yii::$app->mailer->compose( | |||
[ | |||
'html' => 'sendDocument-html', | |||
'text' => 'sendDocument-text' | |||
'html' => '@common/mail/sendDocument-html', | |||
'text' => '@common/mail/sendDocument-text' | |||
], [ | |||
'document' => $document | |||
]) |
@@ -127,8 +127,8 @@ class UserProducerBuilder extends AbstractBuilder | |||
if($user && $user->email && strlen($user->email) > 0) { | |||
\Yii::$app->mailer->compose( | |||
[ | |||
'html' => 'creditLimitReminder-html', | |||
'text' => 'creditLimitReminder-text' | |||
'html' => '@common/mail/creditLimitReminder-html', | |||
'text' => '@common/mail/creditLimitReminder-text' | |||
], | |||
[ | |||
'user' => $user, |