symfony / swiftmailer-bundle

Symfony Swiftmailer Bundle
https://symfony.com/swiftmailer-bundle
MIT License
1.56k stars 151 forks source link

[FR] Register Plugin For All Mailers #246

Closed kiler129 closed 4 years ago

kiler129 commented 6 years ago

Currently the way to register plugins is to define them per mailer. Some plugins however can benefit from being registered for all mailer (e.g. audit log).

It would be nice if registration for all mailer is supported.

fabpot commented 4 years ago

Closing as this bundle does not accept new features anymore (Symfony Mailer is now the preferred email solution over Swiftmailer).