Skip to content

Instantly share code, notes, and snippets.

@twfahey1
Last active September 5, 2023 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twfahey1/e7e790c352042a19c8d02e5e6b5b02a1 to your computer and use it in GitHub Desktop.
Save twfahey1/e7e790c352042a19c8d02e5e6b5b02a1 to your computer and use it in GitHub Desktop.
Drupal 10 - Docksal - Symfony Mailer symfony_mailer - Local dev email config

To send mails to Mailhog on dev-enviroment:

  • Add in settings.local.php:
$config['symfony_mailer.settings']['transport'] = 'smtp://mail:1025';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment