From 0da91c5672746790566ddd3bba93cd6bf96f859a Mon Sep 17 00:00:00 2001 From: unaibrrgn <75972112+unaibrrgn@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:35:56 +0100 Subject: [PATCH] Added email notifications Signed-off-by: unaibrrgn <75972112+unaibrrgn@users.noreply.github.com> --- documentation/administrator-manual.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/administrator-manual.md b/documentation/administrator-manual.md index d52cfad7..ca34b849 100644 --- a/documentation/administrator-manual.md +++ b/documentation/administrator-manual.md @@ -203,3 +203,11 @@ The error messages are changed by the 2 error message parameters in this file. The definition changes the text of reference to appear in the text shown in the error and the URL is the referenced link that will be accesible clicking that text. We highly recommend modifying these messages to reference your own helpdesk or your own contact emails. + +### Email notifications and templates + +You can currently change some of the variables of the different email templates such as the instance/organisation name. + +To change those you can access the [configuration.properties](https://github.com/ec-jrc/re3gistry/blob/master/sources/Re3gistry2/src/main/resources/configurations_files/configuration.properties) file, where you can search the mail template variables by searching the "mail.text" variables. +You can there see the different subjects and text that you can change. Have in account that some of these may need some proper code changing in their respective java classes. +App's default name is Re3gistry2, this variable is used in some email templates that show the instance name. The property that manages this name is called "application.default.name". This variable can be found in the same [configuration.properties](https://github.com/ec-jrc/re3gistry/blob/master/sources/Re3gistry2/src/main/resources/configurations_files/configuration.properties) file.