beyondcode / helo-laravel

HELO Laravel helper package to add
MIT License
87 stars 24 forks source link

Splitted Mailer for Laravel 7 and previous versions #11

Closed zupolgec closed 4 years ago

zupolgec commented 4 years ago

Fixes #1

@mpociot when I suggested using SwiftMailer plugins I still hadn't see the inner workings of the plugin. Since it's tied to the Mailable, it's difficult to implement as a SwiftMailer plugin and provides no advantages.

I think the fix in this PR solves the problem in the easiest way possible. I just split the Mailers and added the same mailer method that is found in the MailFake class.

mpociot commented 4 years ago

Thank you!