generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I am unable to view large embedded images in Outlook(browser version and desktop for Windows).
The main reason for the bug is that the mime type for all images becomes Content-Type: application/octet-stream;
instead of the original Content-Type: image/png;
How to reproduce the bug
Create an email with a view.
Add image in a blade <img src="{{ $message->embed(public_path() . '/image/mail/footer.png') }}"
alt="Test footer" id="footer-image">`
Send email and check eml file via a text editor and go to the section 'Content-Type:'.
Package Version
1.4.0
PHP Version
8.2.28
Laravel Version
11.45.1
Which operating systems does with happen with?
Linux
Notes

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working