From 535375193c8bb82cea7c58004b6400fc6dcc1bbf Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 5 Oct 2023 14:46:39 +0200 Subject: [PATCH] cloud: add shared email option to everyone --- config/constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/constants.php b/config/constants.php index d001bc2b3..d125ce1cc 100644 --- a/config/constants.php +++ b/config/constants.php @@ -31,9 +31,9 @@ 'ultimate' => 25, ], 'email' => [ - 'zero' => false, + 'zero' => true, 'self-hosted' => true, - 'basic' => false, + 'basic' => true, 'pro' => true, 'ultimate' => true, ],