summaryrefslogtreecommitdiffstats
path: root/utils/config.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-15 11:14:26 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-15 11:19:48 -0400
commit9925d52d9c75c7a4e2b1220d8fa7fd055870c0e4 (patch)
treedf562e2adfb682b9068a5fa643c709fd314dfb04 /utils/config.go
parentb7a821c3410ecd165241e2dbcf2c8376ae402124 (diff)
downloadchat-9925d52d9c75c7a4e2b1220d8fa7fd055870c0e4.tar.gz
chat-9925d52d9c75c7a4e2b1220d8fa7fd055870c0e4.tar.bz2
chat-9925d52d9c75c7a4e2b1220d8fa7fd055870c0e4.zip
Modifying sendmail to allow for non-encrypted connection for ease setup of local mail sender
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 b6688de68..37da59315 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