Skip to content

Commit

Permalink
Changed email notifications to admin manual
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 93d36d5 commit fd53662
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions documentation/developer-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,3 @@ Verify that the JDK trusts the [ECAS certificates](https://webgate.ec.europa.eu/

Restart the service and check the authentication menchanism.

### 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 fd53662

Please sign in to comment.