+ This page shows all emails that have been
refused (or bounced) by your mailbox.
+ Usually this is because your mailbox thinks these emails are
spams.
+ - If a refused email is indeed spam, this means the alias is now in the hands of a spammer,
+ in this case you should
disable this alias.
+ - Otherwise, you should create a
filter to avoid your email provider from blocking these emails.
+
Contact us↗ if you need any help.
+
+
You don't have any refused email.
@@ -30,7 +40,8 @@
{% if refused_email.deleted %}
Email deleted {{ refused_email.delete_at | dt }}
{% else %}
-
Download →
+
Download →
This will download a ".eml" file that you can open in your favorite email client
{% endif %}
diff --git a/templates/emails/transactional/automatic-disable-alias.html b/templates/emails/transactional/automatic-disable-alias.html
index fa17c8b9..2a040814 100644
--- a/templates/emails/transactional/automatic-disable-alias.html
+++ b/templates/emails/transactional/automatic-disable-alias.html
@@ -2,7 +2,7 @@
{% block content %}
{{ render_text("Hi " + name) }}
- {{ render_text("There are at least 2 emails sent to your alias
" + alias + "" + " (mailbox "+ mailbox_email + ") from
" + website_email + " that have been
refused (or bounced) by your email provider.") }}
+ {{ render_text("There are at least 2 emails sent to your alias
" + alias + " from
" + website_email + " that have been
refused (or bounced) by your mailbox " + mailbox_email + ".") }}
{{ render_text("This is usually due to the email being considered as
spam by your email provider.") }}
diff --git a/templates/emails/transactional/automatic-disable-alias.txt b/templates/emails/transactional/automatic-disable-alias.txt
index 5d03a643..db6a5c21 100644
--- a/templates/emails/transactional/automatic-disable-alias.txt
+++ b/templates/emails/transactional/automatic-disable-alias.txt
@@ -1,6 +1,6 @@
Hi {{name}}
-There are at least 2 emails sent to your alias {{alias}} (mailbox {{mailbox_email}}) from {{website_from}} that have been refused (or bounced) by your email provider.
+There are at least 2 emails sent to your alias {{alias}} from {{website_from}} that have been refused (or bounced) by your mailbox {{mailbox_email}}.
This is usually due to the email being considered as spam by your email provider.
You can view this email here:
diff --git a/templates/emails/transactional/bounced-email.html b/templates/emails/transactional/bounced-email.html
index 29829b06..41179c62 100644
--- a/templates/emails/transactional/bounced-email.html
+++ b/templates/emails/transactional/bounced-email.html
@@ -2,7 +2,7 @@
{% block content %}
{{ render_text("Hi " + name) }}
- {{ render_text("An email sent to your alias
" + alias + "" + " (mailbox "+ mailbox_email + ") from
" + website_email + " was
refused (or bounced) by your email provider.") }}
+ {{ render_text("An email sent to your alias
" + alias + " from
" + website_email + " was
refused (or bounced) by your mailbox " + mailbox_email + ".") }}
{{ render_text('This is usually due to the email being considered as
spam by your email provider.') }}
diff --git a/templates/emails/transactional/bounced-email.txt b/templates/emails/transactional/bounced-email.txt
index e8625b3e..c47ca855 100644
--- a/templates/emails/transactional/bounced-email.txt
+++ b/templates/emails/transactional/bounced-email.txt
@@ -1,6 +1,6 @@
Hi {{name}}
-An email sent to your alias {{alias}} (mailbox {{mailbox_email}}) from {{website_from}} was refused (or bounced) by your email provider.
+An email sent to your alias {{alias}} from {{website_from}} was refused (or bounced) by your mailbox {{mailbox_email}}.
This is usually due to the email being considered as spam by your email provider.
You can view this email here: