cloud: add shared email option to everyone
This commit is contained in:
parent
d79c063fd6
commit
535375193c
1 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@
|
||||||
'ultimate' => 25,
|
'ultimate' => 25,
|
||||||
],
|
],
|
||||||
'email' => [
|
'email' => [
|
||||||
'zero' => false,
|
'zero' => true,
|
||||||
'self-hosted' => true,
|
'self-hosted' => true,
|
||||||
'basic' => false,
|
'basic' => true,
|
||||||
'pro' => true,
|
'pro' => true,
|
||||||
'ultimate' => true,
|
'ultimate' => true,
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue