We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.0 Laravel 9.*
send email using $message->embedData
Send inline attachments
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
The text was updated successfully, but these errors were encountered:
I'm running into this issue as well. Did you find a solution?
Sorry, something went wrong.
Fixed in my pull request #180
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: