Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Dehennin
discourse-formula
Commits
d00d7ed1
Commit
d00d7ed1
authored
Apr 02, 2020
by
Daniel Dehennin
Browse files
fix(config): lots of SMTP servers do not accept localhost.localdomain
We need to force the `domain` in `app.yml`.
parent
c6ae12ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
discourse/config/files/default/app.yml.jinja
View file @
d00d7ed1
...
...
@@ -61,6 +61,7 @@ env:
## on initial signup example 'user1@example.com,user2@example.com'
DISCOURSE_DEVELOPER_EMAILS: {{ discourse.developer_emails }}
DISCOURSE_SMTP_DOMAIN: {{ discourse.hostname }}
## 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!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment