From 01e9c22695a3e495f07ab445750221af72e09fe4 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 5 Sep 2018 13:40:03 +0200 Subject: Implemented mailing abstraction Closes #434 --- templates/emails/mail.twig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/emails/mail.twig (limited to 'templates') diff --git a/templates/emails/mail.twig b/templates/emails/mail.twig new file mode 100644 index 00000000..f5ac5860 --- /dev/null +++ b/templates/emails/mail.twig @@ -0,0 +1,6 @@ +{{ __('Hi %s,', [user]) }} + +{{ __('here is a message for you from the engelsystem:') }} +{{ message|raw }} + +{{ __('This email is autogenerated and has not been signed. You got this email because you are registered in the engelsystem.') }} -- cgit v1.2.3-54-g00ecf