app-MAIL-temp/templates/emails/transactional/disable-mailbox-warning.txt...

11 lines
374 B
Plaintext
Raw Normal View History

2022-02-16 18:52:35 +01:00
{% extends "base.txt.jinja2" %}
{% block content %}
Issues with {{ mailbox.email }}.
We have detected that your mailbox cannot reliably receive emails from SimpleLogin for a consecutive period of time.
The mailbox will be disabled in 5 days if the problem isn't solved by then.
2021-03-18 10:59:45 +01:00
Please note that a mailbox can't be a disposable or forwarding email address.
2022-02-16 18:52:35 +01:00
{% endblock %}