diff --git a/app/auth/templates/auth/register.html b/app/auth/templates/auth/register.html index 8d6fb4ce..0a6f369e 100644 --- a/app/auth/templates/auth/register.html +++ b/app/auth/templates/auth/register.html @@ -13,7 +13,7 @@
{{ form.email(class="form-control", type="email") }} -
+
Emails sent to your alias will be forwarded to this email address. It can't be a disposable or forwarding email address.
diff --git a/app/dashboard/templates/dashboard/mailbox.html b/app/dashboard/templates/dashboard/mailbox.html index 935ade71..efed9cf9 100644 --- a/app/dashboard/templates/dashboard/mailbox.html +++ b/app/dashboard/templates/dashboard/mailbox.html @@ -113,7 +113,7 @@ {{ new_mailbox_form.email(class="form-control", placeholder="email@example.com") }} {{ render_field_errors(new_mailbox_form.email) }} -
+
A mailbox can't be a disposable or forwarding email address.