@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.
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 theMailFake
class.