Files
DSpace/dspace/config/emails/registration_notify
2023-05-22 23:15:19 +02:00

20 lines
593 B
Plaintext

## Registration notification email
##
## Parameters: {0} The name of the DSpace instance
## {1} The URL of the DSpace instance
## {2} Name:
## {3} Email:
## {4} Registration Date:
##
## See org.dspace.core.Email for information on the format of this file.
##
#set($subject = "${config.get('dspace.name')}: Registration Notification")
A new user has registered on ${params[0]} at ${params[1]}:
Name: ${params[2]}
Email: ${params[3]}
Date: ${params[4]}
The ${config.get('dspace.name')} Team