Answer the question
In order to leave comments, you need to log in
SwiftMailer embed doesn't have access to the picture?
Controller:
$res = Yii::$app->mailer->compose('hello', [
'img' => '/project/favicon.ico'
])
/* @var $this \yii\web\View view component instance */
/* @var $message \yii\mail\BaseMessage instance of newly created mail message */
<img src="<?php $message->embed($img); ?>" 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