- Issue created by @uccio
- 🇮🇹Italy uccio Turin
I am pleased to confirm that the module supports overwriting as expected.
The syntax in settings.php is:
$config['symfony_mailer_lite.symfony_mailer_lite_transport.office_365']['configuration']['pass'] = 'realpwd'; $config['symfony_mailer_lite.symfony_mailer_lite_transport.office_365']['configuration']['host'] = 'smtp.office365.com'; $config['symfony_mailer_lite.symfony_mailer_lite_transport.office_365']['configuration']['port'] = '587';
Sorry to bother you.
- 🇺🇸United States davemaxg
I'm trying to do something similar for logging in dev environments only. Can you post your full settings that shows how to direct mails to logging? I assume you also utilize the symfony_mailer_log module for that.
What does office_365 map to in a yml file? I'm using DSN routing so it seems very different, but I'm trying to piece things together...
Thank you 🙏