{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {%- block title -%} {%- trans %}Emails{% endtrans -%} {%- endblock -%} {% block submenu %} {% endblock %} {% block content %}

{{ _("Mail sending test") }}

{% trans %} This form will send a dummy email to the address you want. This should be used for testing mail configuration. {% endtrans %}
{% call fui.render_form(form) %} {{ fui.render_field(form.mail) }}
{% endcall %}

{{ _("Email preview") }}

{{ _("Connectivity test") }}
{{ _("Password initialization") }}
{{ _("Password reset") }}
{{ _("Invitation") }}
{% endblock %}