{% extends "base.html" %}
{% block content %}
{{ render_text("Hi") }}
{% call text() %}
Your email cannot be sent to {{ contact.email }} from your alias {{ alias.email }}.
{% endcall %}
{% call text() %}
Can you please verify {{ contact.email }} is a valid address?
{% endcall %}
{% call text() %}
Usually this is because the DNS record of {{ contact_domain }} does not exist.
{% endcall %}
{% call text() %}
You can check its DNS record on any DNS checker websites, for example https://mxtoolbox.com/SuperTool.aspx
{% endcall %}
{% call text() %}
Please let us know if you have any question.
Best,
SimpleLogin team.
{% endcall %}
{% endblock %}