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

1.1.20 2021-10-27 23:00 UTC

This package is not auto-updated.

Last update: 2024-04-11 09:06:05 UTC


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.