草庐IT

CssInlinerPlugin

全部标签

php - Yii2:使用 Swiftmailer 插件 (Openbuildings\Swiftmailer\CssInlinerPlugin)

我的yii2应用程序使用\app\mail\layouts中给定的默认布局成功发送了带有yii2swiftmailer扩展的电子邮件。名为html.php喜欢Yii::$app->mailer->compose('@app/mail/templates/myTemplate',['param1'=>$param1,'param2'=>$param2])->setFrom($senderAdress)->setTo($reveiverAdress)->setSubject('Subject')->send();不幸的是,标题中样式标签内的css不包含在html.php中。正如yii2官方