- Issue created by @cdesautels
- Status changed to Needs review
almost 2 years ago 7:28pm 15 March 2023 - π¬π§United Kingdom adamps
Thanks for the report.
I've corrected the instructions https://www.drupal.org/docs/contributed-modules/drupal-symfony-mailer/ge... β please can you try again?
- πΊπΈUnited States cdesautels
That did it. Test email now goes out as expected. Thanks.
- Status changed to Fixed
almost 2 years ago 5:25pm 16 March 2023 - π¨π·Costa Rica lmiranda08
I add these lines to my settings.local and now the mailhog is running well.
# Symfony Mailer module sendmail commands. $settings['mailer_sendmail_commands'] = [ ini_get('sendmail_path') . ' -t' ]; # Set the default transport to mailhog $config['symfony_mailer.settings']['default_transport'] = 'mailhog';
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 3:21pm 27 July 2023 - π¦πΊAustralia silverham
I had to also set the default command to use for lando.
$config['symfony_mailer.mailer_transport.sendmail']['configuration']['query']['command'] = ini_get('sendmail_path') . ' -t';