- Issue created by @AaronChristian
- 🇬🇧United Kingdom adamps
Thanks. It's a fairly unusual case because
symfony_mailer_update_20001()
enabled themailer_policy
module on all sites. However it's a valid bug. Presumably the same problem exists withsymfony_mailer_update_20004()
.The solution should be easy - just add
if (\Drupal::service('module_handler')->moduleExists('mailer_policy'))