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.
{% if fels|length == 0 %}
You don't have any emails in Quarantine.
{% endif %}
{% for fel in fels %}
{% set refused_email = fel.refused_email %}
{% set forward = fel.forward %}
{% set alias = forward.alias %}
Sent {{ refused_email.created_at | dt }}
From: {{ forward.website_from or forward.website_email }}
To: {{ alias.email }}
Disable Alias
{% if refused_email.deleted %}