Closed stayallive closed 1 year ago
This fixes compatibility with for example laravel-mail-css-inliner which registeres a Swift_Mailer plugin (and potentially other packages that register Swift_Mailer plugins too) by re-using the Swift_Mailer instance Laravel creates on a Mailer.
Swift_Mailer
Mailer
This fixes compatibility with for example laravel-mail-css-inliner which registeres a
Swift_Mailer
plugin (and potentially other packages that registerSwift_Mailer
plugins too) by re-using theSwift_Mailer
instance Laravel creates on aMailer
.