{% extends basetpl %} {% load i18n %} {% load bootstrap3 %} {% load hierarkey_form %} {% load static %} {% block title %}{% trans "Organizer" %}{% endblock %} {% block content %}

{% trans "E-mail sending" %}

{% csrf_token %} {% for k, v in request.POST.items %} {% endfor %}

{% trans "Use system email server with a custom sender address" %}

{% 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 %}
{% endblock %}