diff --git a/app/auth/templates/auth/register.html b/app/auth/templates/auth/register.html index 54bc8dbc..1638abe0 100644 --- a/app/auth/templates/auth/register.html +++ b/app/auth/templates/auth/register.html @@ -13,6 +13,11 @@
{{ form.email(class="form-control", type="email") }} +
+ For receiving forwarded emails. + This email address needs to be a final email address and can't be an email alias, a disposable or a + forwarding email address. +
{{ render_field_errors(form.email) }}
diff --git a/app/dashboard/templates/dashboard/mailbox.html b/app/dashboard/templates/dashboard/mailbox.html index a40b2619..252368bc 100644 --- a/app/dashboard/templates/dashboard/mailbox.html +++ b/app/dashboard/templates/dashboard/mailbox.html @@ -114,7 +114,7 @@ {{ new_mailbox_form.email(class="form-control", placeholder="email@example.com") }} {{ render_field_errors(new_mailbox_form.email) }}
- A mailbox needs to be a final email address and can't be an email alias or a disposable email address. + A mailbox needs to be a final email address and can't be an email alias, a disposable or a forwarding email address.