1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautic_ynh.git synced 2024-09-03 19:36:26 +02:00

Update local.php

This commit is contained in:
Éric Gaspar 2023-09-13 22:52:25 +02:00
parent 5a339e8519
commit 613b8ac8c7

View file

@ -16,7 +16,7 @@ mailer_from_name=Mautic From name for email sent from Mautic.
mailer_from_email=__APP__@__DOMAIN__ From email sent from Mautic.
mailer_transport[=MAILER_TRANSPORT] Mail transport.
mailer_host=127.0.0.1 SMTP host.
mailer_port=MAILER_PORT SMTP port.
mailer_port=25 SMTP port.
mailer_user=__APP__ SMTP username.
mailer_password=__MAIL_PWD__ SMTP password.
mailer_encryption[=MAILER_ENCRYPTION] SMTP encryption (null|tls|ssl).