mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 01:40:38 +01:00
show mailboxes that a catch-all alias belongs to
This commit is contained in:
parent
41e2283d93
commit
918b18870f
1 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,12 @@
|
||||||
This feature allows you to create aliases <b>on the fly</b>.
|
This feature allows you to create aliases <b>on the fly</b>.
|
||||||
Simply use <em>anything@{{ custom_domain.domain }}</em>
|
Simply use <em>anything@{{ custom_domain.domain }}</em>
|
||||||
next time you need an email address. <br>
|
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>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -67,7 +72,7 @@
|
||||||
name="alias-name"
|
name="alias-name"
|
||||||
placeholder="Alias name">
|
placeholder="Alias name">
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-primary">Save</a>
|
<button class="btn btn-primary">Save</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue