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

22 lines
502 B
Plaintext

## Item Archived email message
##
## {0} Title of submission
## {1} Name of collection
## {2} handle
##
#set($subject = "${config.get('dspace.name')}: Submission Approved and Archived")
You submitted: ${params[0]}
To collection: ${params[1]}
Your submission has been accepted and archived in ${config.get('dspace.name')},
and it has been assigned the following identifier:
${params[2]}
Please use this identifier when citing your submission.
Many thanks!
The ${config.get('dspace.name')} Team