summaryrefslogtreecommitdiffstats
path: root/config
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
commit76994f7d295c8c5d1e2703868f25bc748284f68a (patch)
tree5b05075e2684b0e7b084e67bab2af03f32e42d85 /config
parentc94883e0dfc0c7cbcf86a78f9134d1e3283a07cd (diff)
downloadchat-76994f7d295c8c5d1e2703868f25bc748284f68a.tar.gz
chat-76994f7d295c8c5d1e2703868f25bc748284f68a.tar.bz2
chat-76994f7d295c8c5d1e2703868f25bc748284f68a.zip
Modifying sendmail to allow for non-encrypted connection for ease setup of local mail sender
Diffstat (limited to 'config')
-rw-r--r--config/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index 4eab907f7..955947a83 100644
--- a/config/config.json
+++ b/config/config.json
@@ -57,6 +57,7 @@
"SMTPUsername": "",
"SMTPPassword": "",
"SMTPServer": "",
+ "UseTLS": true,
"FeedbackEmail": "feedback@xxxxxxmustbefilledin.com",
"FeedbackName": "",
"ApplePushServer": "",