From 943983bf0fce4d1341c60ebf5245ed18dfaf853e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 22 Oct 2014 17:56:33 +0200 Subject: [PATCH] fix wrong loading of TLS devices --- .../mailnotification/devicepluginmailnotification.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/deviceplugins/mailnotification/devicepluginmailnotification.json b/plugins/deviceplugins/mailnotification/devicepluginmailnotification.json index f332e667..7c9c7116 100644 --- a/plugins/deviceplugins/mailnotification/devicepluginmailnotification.json +++ b/plugins/deviceplugins/mailnotification/devicepluginmailnotification.json @@ -69,7 +69,7 @@ { "name": "port", "type": "int", - "defaultValue": 25 + "defaultValue": "465" }, { "name": "authentification", @@ -80,7 +80,6 @@ { "name": "encryption", "type": "QString", - "defaultValue": "SSL", "allowedValues": ["NONE","SSL","TLS"] } ],