mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 09:28:29 +01:00
8 lines
274 B
Django/Jinja
8 lines
274 B
Django/Jinja
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
An email from {{ from_header }} to {{ alias.email }} is put into Quarantine as it fails DMARC check.
|
|
|
|
You can view the email at {{ refused_email_url }}.
|
|
This email is automatically deleted in 7 days.
|
|
{% endblock %}
|