yarcode / yii2-mailgun-mailer

Mailgun mailer component for Yii2 framework
https://packagist.org/packages/yarcode/yii2-mailgun-mailer
MIT License
15 stars 10 forks source link

Feature/embed return error #4

Open jerram opened 6 years ago

jerram commented 6 years ago

Update README with template, attachment and embedded images example

Fix issue where embedding an image returns the temp name of the file, not the $message

$message = Yii::$app->mailgun->compose(['html' =>'welcome-html']) ->setSubject('Welcome) ->setFrom('No Reply noreply@welcome.io') ->attach(Yii::getAlias('@common').'/mail/Tweety-bird.jpg') ->setTo($this->email) ->embed(Yii::getAlias('@common') .'/mail/daffy_duck-1048.jpg', ['fileName'=>'daffy_duck.jpg']);

Error: Call to a member function getTo() on string in /opt/composer/vendor/yiisoft/yii2/mail/BaseMailer.php:254 Stack trace: yii\mail\BaseMailer->send('mailgunuCYkdH')