diff --git a/app/dashboard/templates/dashboard/refused_email.html b/app/dashboard/templates/dashboard/refused_email.html index 12cdab78..7bc34402 100644 --- a/app/dashboard/templates/dashboard/refused_email.html +++ b/app/dashboard/templates/dashboard/refused_email.html @@ -1,20 +1,22 @@ {% extends 'default.html' %} {% block title %} - Refused Emails + Quarantine {% endblock %} {% set active_page = "setting" %} {% block default_content %}
-

Refused Emails

+

Quarantine

- 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, + This page shows all emails that are potentially spams or malicious. + Usually these emails have been refused (or bounced) by your mailbox.
+ + - If an 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. @@ -22,23 +24,32 @@ {% if fels|length == 0 %}
- You don't have any refused email. + You don't have any emails in Quarantine.
{% endif %} {% for fel in fels %} {% set refused_email = fel.refused_email %} {% set forward = fel.forward %} + {% set gen_email = forward.gen_email %}
- From: {{ forward.website_from or forward.website_email }}
- To: {{ forward.gen_email.email }}
Sent {{ refused_email.created_at | dt }}
+ From: {{ forward.website_from or forward.website_email }}
+ + + To: {{ gen_email.email }} + Disable Alias + + {% if refused_email.deleted %} - Email deleted {{ refused_email.delete_at | dt }} +
+ Email deleted {{ refused_email.delete_at | dt }} +
{% else %} Download → diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index b8793376..bee5619e 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -185,7 +185,7 @@
-
Refused Emails +
Quarantine
When an email sent to your alias is classified as spam or refused by your email provider, it usually means your alias has been leaked to a spammer.