From 918b18870f1b816b88ec5b754d0aaebd6569e8e1 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sat, 1 Aug 2020 12:41:48 +0200 Subject: [PATCH] show mailboxes that a catch-all alias belongs to --- .../templates/dashboard/domain_detail/info.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/domain_detail/info.html b/app/dashboard/templates/dashboard/domain_detail/info.html index 5eb8d6f0..6274e85f 100644 --- a/app/dashboard/templates/dashboard/domain_detail/info.html +++ b/app/dashboard/templates/dashboard/domain_detail/info.html @@ -29,7 +29,12 @@ This feature allows you to create aliases on the fly. Simply use anything@{{ custom_domain.domain }} next time you need an email address.
- 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 {{ custom_domain.domain }} mailboxes ( + {% for mailbox in custom_domain.mailboxes %} + {{ mailbox.email }} + {% if not loop.last %},{% endif %} + {% endfor %})
@@ -67,7 +72,7 @@ name="alias-name" placeholder="Alias name">
-