{% extends "orga/settings/base.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms This file contains Apache-2.0 licensed contributions copyrighted by the following contributors: SPDX-FileContributor: Raphael Michel {% endcomment %} {% load i18n %} {% load static %} {% block scripts %} {% endblock scripts %} {% block extra_title %}{% translate "Email settings" %} :: {% endblock extra_title %} {% block settings_content %}

{% translate "Email settings" %}

{% blocktranslate trimmed %} If you don’t configure custom email settings, the global configuration for this server will be used (ask your administrator for details).
We recommend that you add email settings here explicitly. {% endblocktranslate %}
{% csrf_token %} {% include "common/forms/errors.html" %} {{ form.reply_to.as_field_group }} {{ form.subject_prefix.as_field_group }} {{ form.signature.as_field_group }} {{ form.smtp_use_custom.as_field_group }}
{{ form.mail_from.as_field_group }} {{ form.smtp_host.as_field_group }} {{ form.smtp_port.as_field_group }} {{ form.smtp_username.as_field_group }} {{ form.smtp_password.as_field_group }} {{ form.smtp_use_tls.as_field_group }} {{ form.smtp_use_ssl.as_field_group }}
{% include "orga/includes/submit_row.html" %}
{% endblock settings_content %}