From e15619d4f6578deac4b51ba1acb490ad46a82934 Mon Sep 17 00:00:00 2001
From: "Tobias Dussa (TGD)" <dussa@dfn-cert.de>
Date: Fri, 16 Aug 2024 10:38:40 +0200
Subject: [PATCH] Added example input files.

---
 reaction-mailcreate/Mails/Test/Input.lst     |  2 ++
 reaction-mailcreate/Mails/Test/Mail.template | 10 ++++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 reaction-mailcreate/Mails/Test/Input.lst
 create mode 100644 reaction-mailcreate/Mails/Test/Mail.template

diff --git a/reaction-mailcreate/Mails/Test/Input.lst b/reaction-mailcreate/Mails/Test/Input.lst
new file mode 100644
index 0000000..7ae5f43
--- /dev/null
+++ b/reaction-mailcreate/Mails/Test/Input.lst
@@ -0,0 +1,2 @@
+site,firstname,lastname,email
+DFN-CERT,Tobias,Dussa,dussa@dfn-cert.de
diff --git a/reaction-mailcreate/Mails/Test/Mail.template b/reaction-mailcreate/Mails/Test/Mail.template
new file mode 100644
index 0000000..1943e13
--- /dev/null
+++ b/reaction-mailcreate/Mails/Test/Mail.template
@@ -0,0 +1,10 @@
+Dear {firstname} {lastname},
+
+you are receiving this mail because you are the listed contact for
+  {site}.
+
+Please react to this message by loading the following URL:
+  {URL}.
+
+Sincerely yours,
+The Sender.
-- 
GitLab