From c5f2532504768ee26c170e4f4d84bc25a87c63cc Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 1 Mar 2021 17:26:38 +0100 Subject: [PATCH] Added the old mail templates --- src/templates/pw-reset.html | 384 ++++++++++++++++++++++++++++++++++++ src/templates/pw-reset.txt | 12 ++ src/templates/test.html | 369 ++++++++++++++++++++++++++++++++++ src/templates/test.txt | 8 + 4 files changed, 773 insertions(+) create mode 100644 src/templates/pw-reset.html create mode 100644 src/templates/pw-reset.txt create mode 100644 src/templates/test.html create mode 100644 src/templates/test.txt 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 +
+ + + + +
+ + \ 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 +
+ + + + +
+ + \ 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