upstreamable / drupal-settings-symfony-mailer-mailgun-env
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:drupal-settings
pkg:composer/upstreamable/drupal-settings-symfony-mailer-mailgun-env
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