4.21.3
This commit is contained in:
7
app/templates/emails/transactional/test-email.html
Normal file
7
app/templates/emails/transactional/test-email.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user