app-MAIL-temp/templates/emails/transactional/test-email.html

8 lines
213 B
HTML

{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + name) }}
{{ render_text("This is a test to make sure that you receive emails sent to your alias <b>" + alias + "</b>.") }}
{% endblock %}