{% extends "orga/settings/base.html" %} {% 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 %}
{% include "orga/includes/base_form.html" %} {% endblock settings_content %}