mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
20 lines
593 B
Plaintext
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
|