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

2.0.20 2025-04-18 20:16 UTC

This package is auto-updated.

Last update: 2025-04-18 23:44:28 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.