You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this causes this module, and then by extension the site, from being able to use the GOV.UK Notify service and Drupal module. This prevents a significant proportion of the local gov target audience using a potentially free email service in tandem with this module
drupal/symfony_mailer is loaded by composer when the base localgov_workflows module is installed, whether they are using it or not.
We should remove the hard dependency on drupal/symfony_mailer, list it as a recommendation, and fallback to Drupal's mail system if it is not present.
The localgov_workflows_notifications submodule mandates the use of the Drupal symfony_mailer module.
This causes the following problems:
We should remove the hard dependency on drupal/symfony_mailer, list it as a recommendation, and fallback to Drupal's mail system if it is not present.