Enable catchall based on subscription status

This commit is contained in:
Johannes Zellner
2017-06-20 12:58:14 +02:00
parent 801d848908
commit 3845065085
3 changed files with 21 additions and 4 deletions

View File

@@ -58,13 +58,13 @@
</div>
</div>
<div class="section-header" ng-show="mailConfig.enabled && false">
<div class="section-header" ng-show="mailConfig.enabled && isPaying">
<div class="text-left">
<h3>Catch-all</h3>
</div>
</div>
<div class="card" style="margin-bottom: 15px;" ng-show="mailConfig.enabled && false">
<div class="card" style="margin-bottom: 15px;" ng-show="mailConfig.enabled && isPaying">
<div class="row">
<div class="col-md-12">
Emails sent to non existing addresses will be forward to the following accounts: