mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Send test message from admin.
This commit is contained in:
5
resources/views/emails/admin-test-html.twig
Normal file
5
resources/views/emails/admin-test-html.twig
Normal 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' %}
|
3
resources/views/emails/admin-test-text.twig
Normal file
3
resources/views/emails/admin-test-text.twig
Normal 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' %}
|
Reference in New Issue
Block a user