Merge pull request #1151 from coralproject/feature/fix-email-config-docs

Fix incorrect email configuration in docs
This commit is contained in:
Kim Gardner
2017-11-10 12:02:22 +00:00
committed by GitHub
+2 -2
View File
@@ -369,12 +369,12 @@ Then all the routes for the API will be expecting to be hit on `/talk/`, such as
can perform the path stripping when serving an upstream proxy, but some CDN's
cannot. You would use this option in the latter situation.
## TALK_SMTP_EMAIL
## TALK_SMTP_FROM_ADDRESS
The email address to send emails from using the SMTP provider in the format:
```plain
TALK_SMTP_EMAIL="The Coral Project" <support@coralproject.net>
TALK_SMTP_FROM_ADDRESS="The Coral Project" <support@coralproject.net>
```
Including the name and email address.