Answer the question
In order to leave comments, you need to log in
How to insert image in Swiftmailer Yii2 mail view?
I can't insert an image into the view.
I do as in the documentation,
but the image is attached as a file.
$message =Yii::$app->mailer->compose('views/test', [
'names' => $names,
'logo' => Yii::getAlias('@app/web/images/mail/images/logo.png')
])
->setFrom([])
->setTo(@gmail.com')
->setSubject('');
$message ->send();
<img src="<?= $logo ?>" alt="">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question