Update 02-02-advanced-configuration.md

Change TALK_SMTP_EMAIL to TALK_SMTP_FROM_EMAIL
This commit is contained in:
Jeff Nelson
2017-11-08 07:11:03 -05:00
committed by GitHub
parent 39a980b22f
commit a394ba29b3
+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_EMAIL
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_EMAIL="The Coral Project" <support@coralproject.net>
```
Including the name and email address.