Send test message from admin.

This commit is contained in:
James Cole
2017-09-27 15:45:55 +02:00
parent c9cb310a2f
commit a1a93d9bbb
10 changed files with 210 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{% include 'emails.header-html' %}
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
This is a test message from your Firefly III instance. It was sent to {{ email }}.
</p>
{% include 'emails.footer-html' %}

View File

@@ -0,0 +1,3 @@
{% include 'emails.header-text' %}
This is a test message from your Firefly III instance. It was sent to {{ email }}.
{% include 'emails.footer-text' %}