Merge 7059832ceb
into 9ec9c0cb6a
This commit is contained in:
commit
a82eaa50f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue