changed mail parameter

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-08 17:52:57 +01:00
parent 1d89ea0471
commit e9e5ee1dfb

View File

@ -63,7 +63,7 @@ env:
## TODO: The SMTP mail server used to validate new accounts and send notifications
# SMTP ADDRESS, username, and password are required
# WARNING the char '#' in SMTP password can cause problems!
DISCOURSE_SMTP_ADDRESS: {{system_email_domain}}
DISCOURSE_SMTP_ADDRESS: {{system_email_host}}
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_USER_NAME: {{system_email}}
DISCOURSE_SMTP_PASSWORD: {{system_email_password}}