Replies: 1 comment 1 reply
-
@phjl How did you override the Message class and use that in your mailable? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed after updating from Laravel 9 to 11 that embedded email images stopped showing and the code below started returning the attachment filenames like
JipwOYRW4e
instead of the Content-ID likef150f0a9b59076bc9768a5910cce5d7b@symfony
If I override
Illuminate/Mail/Message::embed()
to return the Content ID instead like below the images end up being displayed like before again:Obviously I'd rather not override framework classes though so what's a better way of fixing this?
Beta Was this translation helpful? Give feedback.
All reactions