{% extends theme('base.html') %} {% import 'macro/fomanticui.html' as sui %} {%- 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 sui.render_form(form) %} {{ sui.render_fields(form) }}
{% endcall %}

{{ _("Email preview") }}

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