Files
DSpace/dspace/config/emails/healthcheck
2023-05-24 17:53:58 +02:00

10 lines
357 B
Plaintext

## E-mail sent by the healthcheck command to whomever is mentioned as -e parameter.
##
## Parameters: {0} is the output of healthcheck command
## See org.dspace.core.Email for information on the format of this file.
##
#set($subject = "${config.get('dspace.name')}: Repository healthcheck")
The healthcheck finished with the following output:
${params[0]}