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
commit9925d52d9c75c7a4e2b1220d8fa7fd055870c0e4 (patch)
treedf562e2adfb682b9068a5fa643c709fd314dfb04 /config
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 '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": "",