upstreamable/drupal-settings-symfony-mailer-mailgun-env

1.0.30 2024-07-22 22:56 UTC

This package is not auto-updated.

Last update: 2024-09-03 20:03:16 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