summaryrefslogtreecommitdiffstats
path: root/utils/config.go
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-16 09:58:53 -0800
committerCorey Hulen <corey@hulen.com>2015-06-16 09:58:53 -0800
commit02e3969b17ad3888c5df5b7850f8e5b86461b543 (patch)
tree5bebebd7f3b991b0faab387702be3ff5457d6118 /utils/config.go
parentf251b1243ea9b2ca38e609c98a14d8a8b37d0392 (diff)
parent9925d52d9c75c7a4e2b1220d8fa7fd055870c0e4 (diff)
downloadchat-02e3969b17ad3888c5df5b7850f8e5b86461b543.tar.gz
chat-02e3969b17ad3888c5df5b7850f8e5b86461b543.tar.bz2
chat-02e3969b17ad3888c5df5b7850f8e5b86461b543.zip
Merge pull request #11 from mattermost/mm-1228
MM-1228 - Ability to use local mail config.
Diffstat (limited to 'utils/config.go')
-rw-r--r--utils/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/config.go b/utils/config.go
index 1060c7550..76e6060be 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -79,6 +79,7 @@ type EmailSettings struct {
SMTPUsername string
SMTPPassword string
SMTPServer string
+ UseTLS bool
FeedbackEmail string
FeedbackName string
ApplePushServer string