Feature: #93668 - Possibility to configure Symfony mailer¶
See forge#93668
Description¶
The install tool has now the possibility to configure the Symfony mailer with DSN. Symfony provides different mail transports like SMTP, sendmail or many 3rd party email providers like AWS SES, Gmail, MailChimp, Mailgun and more. You can find all supported providers in the Symfony documentation.
In the module Admin tools > Settings go to the card
Configure Installation-Wide Options and open the dialog.
Select Mail and set [MAIL]
to dsn
.
Additionally set [MAIL]
like described in the Symfony documentation.
Examples:
Impact¶
If [MAIL]
is set to dsn
all mails are sent with your
configured DSN.