upstreamable / drupal-settings-symfony-mailer-mailgun-env
2.0.30
2025-04-18 20:19 UTC
Requires
- drupal/symfony_mailer: ^2
- symfony/http-client: *
- symfony/mailgun-mailer: *
- upstreamable/drupal-settings-installer: ^1.0
README
Need to create a mailer transport with the ID dsn
.
That will be overriden with the environment variables.
Variables available
MAILGUN_API_KEY
MAILGUN_DOMAIN
MAILGUN_REGION
Depending if the site email is the same as the one sending emails the sender header needs to be adjusted.
See https://www.drupal.org/project/symfony_mailer/issues/3388651