From dbcc70607a2d206620b06d4aed465d5342d1fc07 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 9 Mar 2023 01:58:59 +0000 Subject: [PATCH] smtp attribute for project --- app/config/collections.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/config/collections.php b/app/config/collections.php index f8254bf889..e0de790da3 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -655,6 +655,17 @@ $collections = [ 'array' => false, 'filters' => ['json'], ], + [ + '$id' => ID::custom('smtp'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => 16384, + 'signed' => true, + 'required' => false, + 'default' => [], + 'array' => false, + 'filters' => ['json', 'encrypt'], + ], [ '$id' => ID::custom('auths'), 'type' => Database::VAR_STRING,