From 4cb5e66ccbdb53dc5796fe57a002ea0a2d834a0b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 16 Jul 2020 18:14:13 +0200 Subject: [PATCH] Make catchall premium --- src/js/client.js | 2 ++ src/views/email.html | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/js/client.js b/src/js/client.js index 48bd1d98e..fb2b520a8 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -425,6 +425,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout // this._config.features.branding = true; // this._config.features.support = true; // this._config.features.directoryConfig = true; + this._config.features.mailboxMaxCount = 5; + this._config.features.emailPremium = false; this._configListener.forEach(function (callback) { callback(that._config); diff --git a/src/views/email.html b/src/views/email.html index 2faabf7cf..48a618120 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -434,7 +434,7 @@

Catch-all

-
+
Emails sent to non existing addresses will be forwarded to the following mailboxes: @@ -451,6 +451,14 @@
+ +
+
+
+ This feature is only available in the paid plans. Setup Subscription Now +
+
+