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 +}