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

1.2.20 2024-07-20 21:03 UTC

This package is auto-updated.

Last update: 2024-11-20 20:02:13 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.