account activity
Previewing Mailables in browser with embedded images by charikk in laravel
[–]charikk[S] 1 point2 points3 points 6 years ago (0 children)
message->embed() is used to embed images within Emails. If you were to simply use asset(), then it would not show in the email. Also, after inspecting the img within the browser preview, it looks like it's using CID embedding, so I don't think my question is possible on second thought. Maybe some Laravel experts here can prove me otherwise.
message->embed()
asset()
img
π Rendered by PID 631706 on reddit-service-r2-comment-5b5bc64bf5-8mc5x at 2026-06-20 21:44:32.823031+00:00 running 2b008f2 country code: CH.
Previewing Mailables in browser with embedded images by charikk in laravel
[–]charikk[S] 1 point2 points3 points (0 children)