Yii:$app->mailer->layout='layouts/custom_layout';
$var = ['title'=>' this is title', 'content'=> 'main content'];
Yii::$app->mailer->composer('viewTemplate', $var);
Yii:$app->mailer->layout='layouts/custom_layout';
$var = ['title'=>' this is title', 'content'=> 'main content'];
Yii::$app->mailer->composer('viewTemplate', $var);
本文标题:Yii2 邮件指定自定义layout方法
本文链接:https://www.haomeiwen.com/subject/dqjqsctx.html
网友评论