Skip to content

Commit

Permalink
Added email notifications
Browse files Browse the repository at this point in the history
Signed-off-by: unaibrrgn <[email protected]>
  • Loading branch information
unaibrrgn authored Mar 23, 2023
1 parent fd53662 commit 0da91c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/administrator-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0da91c5

Please sign in to comment.