summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJirka Hlavacek <jhlavacek@avencall.com>2015-08-19 09:03:55 +0200
committerJirka Hlavacek <jhlavacek@avencall.com>2015-08-19 09:03:55 +0200
commit3c58e283b6cc3f87b533242b14142265edaff830 (patch)
tree0c962465ccbd2432a34c13c641cde65b80a89151 /config
parent7004a348b59d5572e8c84eb1c8138bf45cbd0d3e (diff)
downloadchat-3c58e283b6cc3f87b533242b14142265edaff830.tar.gz
chat-3c58e283b6cc3f87b533242b14142265edaff830.tar.bz2
chat-3c58e283b6cc3f87b533242b14142265edaff830.zip
Add support for SMTP servers with StartTLS
Diffstat (limited to 'config')
-rw-r--r--config/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index e7134cba5..f1f3ba22c 100644
--- a/config/config.json
+++ b/config/config.json
@@ -73,7 +73,8 @@
"SMTPUsername": "",
"SMTPPassword": "",
"SMTPServer": "",
- "UseTLS": false,
+ "UseTLS": false,
+ "UseStartTLS": false,
"FeedbackEmail": "",
"FeedbackName": "",
"ApplePushServer": "",