- {% if spf_warning %}
-
-
- {{ spf_warning }}
-
- {% if spf_record %}
-
- {% trans "This is the SPF record we found on your domain:" %}
-
-
{{ spf_record }}
-
- {% trans "To fix this, include the following part before the last word:" %}
-
-
{{ spf_key }}
- {% else %}
-
- {% trans "Your new SPF record could look like this:" %}
-
-
v=spf1 a mx {{ spf_key }} ~all
- {% endif %}
-
- {% trans "Please keep in mind that updates to DNS might require multiple hours to take effect." %}
-
-
- {% elif spf_key %}
-
- {% blocktrans trimmed %}
- We found an SPF record on your domain that includes this system. Great!
- {% endblocktrans %}
-
- {% endif %}
- {% if verification %}
-
{% trans "Verification" %}
-
- {% blocktrans trimmed with recp=recp %}
- We've sent an email to {{ recp }} with a confirmation code to verify that this email address
- is owned by you. Please enter the verification code below:
- {% endblocktrans %}
-
-
- {% endif %}
-