- 🇩🇪Germany gngn
I think this should also mention the info stated in #3012631: smtp_on option still sends mail on 8.x-1.0-beta4 → :
to disable SMTP via settings.local it is not enough to overwrite 'smtp.settings smtp_on'$config['smtp.settings']['smtp_on'] = FALSE;
but you also need to overwrite 'system.mail interface.default':
$config['system.mail']['interface']['default'] = 'php_mail';