- Status changed to RTBC
almost 2 years ago 4:19pm 16 January 2023 - πΊπΈUnited States DamienMcKenna NH, USA
Could one of the people who worked on this please respond to jonathanjfshaw's comments on the merge request? Thank you.
- π·πΊRussia niklan Russia, Perm
I think plugin should be automatic by
automatic = TRUE,
:* @EmailAdjuster( * id = "maillog", * label = @Translation("Maillog"), * description = @Translation("Use Maillog handling."), * weight = 100000, * automatic = TRUE, * )
Currently, to make it work, you have to add it manually, and this is stored in configuration, means, that you have to bring maillog to production because of that plugin. By making it automatic, Symfony Mailer will include it for every email and won't affect any configuration changes. Anyway this is controller by Maillog settings, not by adjuster.
- πΊπΈUnited States DamienMcKenna NH, USA
We need to add this to the next release.
- πΊπΈUnited States DamienMcKenna NH, USA
Having thought through it a bit for a while, I think moving entirely to Symfony Mailer β and then using Symfony Mailer Log β is the best long term plan for the Drupal community. As such, I don't see any reason to add Symfony Mailer support to Maillog.