From 0cb7e0b8dc17bb2f50cfe37242e8cdd8ded1d3de Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Tue, 6 Mar 2018 16:29:05 +0100 Subject: [PATCH] Explain usage of email template files. Fixes #32 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c1f4846..8df8c16 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,16 @@ Example config files (fully commented) are provided with the source code: to run the service. - [The full set](Resources/conf/) of all possible configuration settings. +### Email-Templates + +Notification emails to users are based on the templates that can be found in +[Mail-Templates](Resources/Mail-Templates) subdirectory of the service +installation. Those files contain certain keywords that will be replaced with +current values by the service before sending the mail. This way the content of +the notifications can easily be adjusted without having to re-compile the +service. + + ### Logging The Windows Event Log seems to be a good place for logging if you have a proper -- GitLab