This commit is contained in:
Phill Coxon 2025-05-06 09:22:45 +08:00 committed by GitHub
commit a82eaa50f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -61,6 +61,15 @@ env:
DISCOURSE_DEVELOPER_EMAILS: 'me@example.com,you@example.com'
## TODO: The SMTP mail server used to validate new accounts and send notifications
#
# Most SMTP providers will require an authenticated domain or authenticated email
# address to send emails. Please ensure you have authenticated your sending domain
# (example.com) or sub-domain (discourse.example.com), and the DISCOURSE_NOTIFICATION_EMAIL
# address with your SMTP provider before registering new users to ensure email deliverability.
#
# The `discourse-doctor` command can assist with testing your email configuration.
# See: https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install
#
# SMTP ADDRESS, username, and password are required
# WARNING the char '#' in SMTP password can cause problems!
DISCOURSE_SMTP_ADDRESS: smtp.example.com