From 9610695701fed50153ca2dbf0453626fd7ed2466 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 22 Sep 2020 10:01:00 +0300 Subject: [PATCH] fix email account --- .../Espo/Resources/metadata/entityDefs/EmailAccount.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json index 385679c3a6..94a37ddd17 100644 --- a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json +++ b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json @@ -26,7 +26,7 @@ "type": "int", "min": 0, "max": 65535, - "default": 143 + "default": 993 }, "security": { "type": "enum",