upstreamable / drupal-settings-symfony-mailer-mailgun-env
1.0.30
2024-07-22 22:56 UTC
Requires
- drupal/symfony_mailer: ^1
- symfony/http-client: *
- symfony/mailgun-mailer: *
- upstreamable/drupal-settings-installer: ^1.0
This package is not auto-updated.
Last update: 2024-11-12 20:54:55 UTC
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