diff --git a/src/templates/pw-reset.html b/src/templates/pw-reset.html
new file mode 100644
index 0000000..7f672b8
--- /dev/null
+++ b/src/templates/pw-reset.html
@@ -0,0 +1,384 @@
+
+
+
+
+ LfK! - Passwort zurücksetzen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LfK! - Password reset
+
+
+
+
+
+
+
+
+
+
+
+ LfK!
+ |
+
+
+
+ Password reset
+ A password reset for your account got requested. If you didn't request the reset please ignore this mail. Your password won't be changed until you click the reset link below and set a new one.
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ Copyright © {{copyright_owner}}. All rights reserved.
+ |
+
+
+
+ Imprint
+ Privacy
+ |
+
+
+
+
+
+
+ |
+
+
+
+ This mail was sent to {{recipient_mail}} because someone request a password reset for a account linked to the mail address. |
+
+
+
+ |
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/templates/pw-reset.txt b/src/templates/pw-reset.txt
new file mode 100644
index 0000000..68366b7
--- /dev/null
+++ b/src/templates/pw-reset.txt
@@ -0,0 +1,12 @@
+LfK! - Password reset.
+
+A password reset for your account got requested
+If you didn't request the reset please ignore this mail
+Your password won't be changed until you click the reset link below and set a new one.
+
+Reset: {{reset_link}}
+
+
+Copyright © {{copyright_owner}}. All rights reserved.
+Imprint: {{link_imprint}} | Privacy: {{link_privacy}}
+This mail was sent to {{recipient_mail}} because someone request a password reset for a account linked to the mail address.
\ No newline at end of file
diff --git a/src/templates/test.html b/src/templates/test.html
new file mode 100644
index 0000000..35be644
--- /dev/null
+++ b/src/templates/test.html
@@ -0,0 +1,369 @@
+
+
+
+
+ LfK! - Mail test
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LfK! - Mail test
+
+
+
+
+
+
+
+
+
+
+
+ LfK!
+ |
+
+
+
+ Test mail
+ This is a test mail triggered by an admin in the LfK! backend.
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ Copyright © {{copyright_owner}}. All rights reserved.
+ |
+
+
+
+ Imprint
+ Privacy
+ |
+
+
+
+
+
+
+ |
+
+
+
+ This mail was sent to {{recipient_mail}} because someone request a mail test for this mail address. |
+
+
+
+ |
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/templates/test.txt b/src/templates/test.txt
new file mode 100644
index 0000000..423da10
--- /dev/null
+++ b/src/templates/test.txt
@@ -0,0 +1,8 @@
+LfK! - Mail test.
+
+This is a test mail triggered by an admin in the LfK! backend.
+
+
+Copyright © {{copyright_owner}}. All rights reserved.
+Imprint: {{link_imprint}} | Privacy: {{link_privacy}}
+This mail was sent to {{recipient_mail}} because someone requested a mail test for this mail address.
\ No newline at end of file