4.21.3
This commit is contained in:
13
app/templates/emails/transactional/reply-error.txt.jinja2
Normal file
13
app/templates/emails/transactional/reply-error.txt.jinja2
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "base.txt.jinja2" %}
|
||||
|
||||
{% block content %}
|
||||
Hi
|
||||
|
||||
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
|
||||
{% endblock %}
|
Reference in New Issue
Block a user