Skip to content

DEV: Update standalone.yml #949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions samples/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ env:
DISCOURSE_DEVELOPER_EMAILS: '[email protected],[email protected]'

## 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
Expand Down
Loading