Open jerram opened 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')
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')