{% extends basetpl %} {% load i18n %} {% load bootstrap3 %} {% load hierarkey_form %} {% load static %} {% block title %}{% trans "Organizer" %}{% endblock %} {% block content %}
{% trans "Use system email server with a custom sender address" %}
{{ spf_warning }}
{% 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 }}
{% trans "Your new SPF record could look like this:" %}
v=spf1 a mx {{ spf_key }} ~all
{% trans "Please keep in mind that updates to DNS might require multiple hours to take effect." %}
{% 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 %}