mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
12 lines
390 B
Django/Jinja
12 lines
390 B
Django/Jinja
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
An email from {{ from_header }} to {{ alias.email }} is put into Quarantine as it fails anti-phishing check.
|
|
|
|
|
|
You can view the email at {{ refused_email_url }}.
|
|
This email is automatically deleted in 7 days.
|
|
|
|
More info about the anti-phishing measure on https://simplelogin.io/docs/getting-started/anti-phishing/
|
|
{% endblock %}
|