Why are Laravel emails showing embedded images as attachments?
I just updated the Laravel version for my project from 7 to 9, which switches to using Symfony Mailer instead of SwiftMailer, under the hood. So in my emails, I'm using this method (Inline Attachments) which is specified in the…