{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + name) }}
{% call text() %}
We have detected that your mailbox {{ mailbox.email }} cannot receive emails as it's a SimpleLogin alias.
{% endcall %}
{% call text() %}
A mailbox needs to be a "final" email address and cannot be an email alias.
{% endcall %}
{% call text() %}
Please update this mailbox to a non-alias email address on
{{ mailbox.email }} setting.
{% endcall %}
{% call text() %}
Feel free reply to this email if you have any question.
Best,
SimpleLogin team.
{% endcall %}
{% endblock %}