diff options
author | Corey Hulen <corey@hulen.com> | 2015-06-16 09:58:53 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-06-16 09:58:53 -0800 |
commit | a3ff4116d95f5b79809e1ac15d4418d9b668779b (patch) | |
tree | f90aaf714fbc2ec3839b826894a4f436c50ccc06 /config | |
parent | 48a16cea6409b7358562d7131151a51f6b80a765 (diff) | |
parent | 76994f7d295c8c5d1e2703868f25bc748284f68a (diff) | |
download | chat-a3ff4116d95f5b79809e1ac15d4418d9b668779b.tar.gz chat-a3ff4116d95f5b79809e1ac15d4418d9b668779b.tar.bz2 chat-a3ff4116d95f5b79809e1ac15d4418d9b668779b.zip |
Merge pull request #11 from mattermost/mm-1228
MM-1228 - Ability to use local mail config.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json index a6c79efac..c75f2f15a 100644 --- a/config/config.json +++ b/config/config.json @@ -57,6 +57,7 @@ "SMTPUsername": "", "SMTPPassword": "", "SMTPServer": "", + "UseTLS": true, "FeedbackEmail": "feedback@xxxxxxmustbefilledin.com", "FeedbackName": "", "ApplePushServer": "", |