summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-20 13:44:01 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-20 13:44:01 -0700
commit60be2a5636e52bd3193978691f9b53d896e4c45c (patch)
tree2bd264bd146c87dd9c205dba348dc64f05dc0318 /README.md
parent779f7195c243ba0527941b2633363e4e598ce4d5 (diff)
downloadchat-60be2a5636e52bd3193978691f9b53d896e4c45c.tar.gz
chat-60be2a5636e52bd3193978691f9b53d896e4c45c.tar.bz2
chat-60be2a5636e52bd3193978691f9b53d896e4c45c.zip
Documenting email setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3309e6a57..80f0f4c38 100644
--- a/README.md
+++ b/README.md
@@ -143,8 +143,18 @@ Email Setup (Optional)
2. Edit the config file `vi /config_docker.json` with the settings you captured from the step above. See an example below and notice `ByPassEmail` has been set to `false`
``` bash
-"EmailSettings":
-{ "ByPassEmail" : false, "SMTPUsername": "AKIADTOVBGERKLCBV", "SMTPPassword": "jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY", "SMTPServer": "email-smtp.us-east-1.amazonaws.com:465", "UseTLS": true, "FeedbackEmail": "feedback@example.com", "FeedbackName": "Feedback", "ApplePushServer": "", "ApplePushCertPublic": "", "ApplePushCertPrivate": "" }
+"EmailSettings": {
+ "ByPassEmail" : false,
+ "SMTPUsername": "AKIADTOVBGERKLCBV",
+ "SMTPPassword": "jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY",
+ "SMTPServer": "email-smtp.us-east-1.amazonaws.com:465",
+ "UseTLS": true,
+ "FeedbackEmail": "feedback@example.com",
+ "FeedbackName": "Feedback",
+ "ApplePushServer": "",
+ "ApplePushCertPublic": "",
+ "ApplePushCertPrivate": ""
+}
```
3. Restart Mattermost