- 🇬🇧United Kingdom mbatterton
The patch 3208955-8.patch does respect the override in the settings.php but fails to allow emails to be sent when not overridden. We tried this with Brevo (SendInBlue). Please use it with caution.
@sgoodwin's solution in #4 didn't work for me, however this does the trick:
$config['system.mail']['interface']['default'] = 'php_mail'; $config['system.mail']['interface']['webform'] = 'webform_php_mail';
When you switch the
smtp
module OFF, it also modifies thesystem.mail
config.I hope my comment doesn't result in this issue going stale ':[]