From 8f60b225e464ffabeb28ad689a6f536c4b129069 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Thu, 5 Dec 2024 15:59:06 +0100 Subject: [PATCH] Start for #606 --- .../src/main/java/myconext/cron/InactivityMail.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 myconext-server/src/main/java/myconext/cron/InactivityMail.java diff --git a/myconext-server/src/main/java/myconext/cron/InactivityMail.java b/myconext-server/src/main/java/myconext/cron/InactivityMail.java new file mode 100644 index 00000000..7b6c0bdb --- /dev/null +++ b/myconext-server/src/main/java/myconext/cron/InactivityMail.java @@ -0,0 +1,8 @@ +package myconext.cron; + +public class InactivityMail { + + //TODO, keep track of the mails send bu using an enum indicating the level of inactivity + //In the variables for the mail separate the NL variable and EN variable and use + //different variables in the mail templates +}