laravel-sendgrid-driver
laravel-sendgrid-driver copied to clipboard
Using message embedData does not create inline attachments
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
I'm running into this issue as well. Did you find a solution?