upstreamable / drupal-settings-symfony-mailer-smtp-env
1.2.20
2024-07-20 21:03 UTC
Requires
- drupal/symfony_mailer: ^1
- 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
SMTP_USERNAME
SMTP_PASSWORD
SMTP_SERVER
if SMTP_GLOBAL_SENDER_IS_USERNAME
is set then the global mail for the site ($config['system.site']['mail']
)
will be overriden with the smtp username since it will be probably the only email address that can be used to send.