show mailboxes that a catch-all alias belongs to

This commit is contained in:
Son NK 2020-08-01 12:41:48 +02:00
parent 41e2283d93
commit 918b18870f
1 changed files with 7 additions and 2 deletions

View File

@ -29,7 +29,12 @@
This feature allows you to create aliases <b>on the fly</b>.
Simply use <em>anything@{{ custom_domain.domain }}</em>
next time you need an email address. <br>
The alias will be created the first time it receives an email.
The alias will be created the first time it receives an email
and automatically belong to <b>{{ custom_domain.domain }}</b> mailboxes (
{% for mailbox in custom_domain.mailboxes %}
<b>{{ mailbox.email }}</b>
{% if not loop.last %},{% endif %}
{% endfor %})
</div>
<div>
@ -67,7 +72,7 @@
name="alias-name"
placeholder="Alias name">
</div>
<button class="btn btn-primary">Save</a>
<button class="btn btn-primary">Save</button>
</form>
</div>