laravel-sendgrid-driver icon indicating copy to clipboard operation
laravel-sendgrid-driver copied to clipboard

Using message embedData does not create inline attachments

Open Sherby1988 opened this issue 2 years ago • 2 comments

What version of PHP and Laravel are you using?

PHP 8.0 Laravel 9.*

What did you do?

send email using $message->embedData

What did you expect to see?

Send inline attachments

What did you see instead?

Images sent as normal attachments

From what I see the disposition is set to null instead of inline and the content_id and cid from the body are not matched

Sherby1988 avatar Dec 28 '22 08:12 Sherby1988

I'm running into this issue as well. Did you find a solution?

jcmcclorey avatar Apr 05 '23 19:04 jcmcclorey