2020-10-12 13:28:21 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
{% call text() %}
|
|
|
|
<h1>
|
|
|
|
{{ mailbox.email }} is disabled.
|
|
|
|
</h1>
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
We have detected that your mailbox can't reliably receive emails from SimpleLogin for a consecutive period of time. <br>
|
|
|
|
The mailbox has been therefore disabled.
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
{% call text() %}
|
2021-03-18 10:59:45 +01:00
|
|
|
Please note that a mailbox can't be a disposable or forwarding email address.
|
2020-10-12 13:28:21 +02:00
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
If you have any question, you can reach out to us by replying to this email.
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
Best, <br/>
|
|
|
|
SimpleLogin Team.
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|