Make catchall premium
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -434,7 +434,7 @@
|
||||
<h3>Catch-all</h3>
|
||||
</div>
|
||||
|
||||
<div class="card card-large" style="margin-bottom: 15px;">
|
||||
<div class="card card-large" style="margin-bottom: 15px;" ng-show="config.features.emailPremium">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
Emails sent to non existing addresses will be forwarded to the following mailboxes:
|
||||
@@ -451,6 +451,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card card-large" style="margin-bottom: 15px;" ng-hide="config.features.emailPremium">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
This feature is only available in the paid plans. <a href="" class="pull-right" ng-click="openSubscriptionSetup()">Setup Subscription Now</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</uib-tab>
|
||||
|
||||
<uib-tab index="1" heading="Outbound">
|
||||
|
||||
Reference in New Issue
Block a user