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 | 2e75610668e21390a00130160379a83e90f0753f (patch) | |
tree | c9d598064fa10dd20bf98917490bf050b5b05c44 /utils/config.go | |
parent | 6f1f705abefdf36aa793700dd8289033caea0bc7 (diff) | |
parent | 9925d52d9c75c7a4e2b1220d8fa7fd055870c0e4 (diff) | |
download | chat-2e75610668e21390a00130160379a83e90f0753f.tar.gz chat-2e75610668e21390a00130160379a83e90f0753f.tar.bz2 chat-2e75610668e21390a00130160379a83e90f0753f.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.go | 1 |
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 |