app-MAIL-temp/templates/emails/transactional/reply-error.txt.jinja2

14 lines
399 B
Plaintext
Raw Normal View History

2022-02-16 18:52:35 +01:00
{% extends "base.txt.jinja2" %}
{% block content %}
2021-01-25 21:25:15 +01:00
Hi
2020-06-20 16:19:01 +02:00
Your email cannot be sent to {{contact.email}} from your alias {{alias.email}}.
Can you please verify {{contact.email}} is a valid address?
Usually this is because the DNS record of {{contact_domain}} does not exist.
You can check its DNS record on any DNS checker websites, for example https://mxtoolbox.com/SuperTool.aspx
2022-02-16 18:52:35 +01:00
{% endblock %}