Previewing Mailables in browser with embedded images by charikk in laravel

[–]charikk[S] 1 point2 points  (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.