{% extends 'mail/base.html' %} {% block body %}

{{ _('This is a test mail') }}

{{_('If you read this, your mail configuration is working') }}

{% endblock %}