mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
17 lines
638 B
Plaintext
17 lines
638 B
Plaintext
## Email sent to DSpace users when they successfully export an item or collection.
|
|
##
|
|
## Parameters: {0} is expanded to a special URL
|
|
## {1} configurable time (hours) an export file will be kept
|
|
##
|
|
## See org.dspace.core.Email for information on the format of this file.
|
|
##
|
|
#set($subject = "${config.get('dspace.name')}: Item export requested is ready for download")
|
|
The item export you requested from the repository is now ready for download.
|
|
|
|
You may download the compressed file using the following link:
|
|
${params[0]}
|
|
|
|
This file will remain available for at least ${params[1]} hours.
|
|
|
|
The ${config.get('dspace.name')} Team
|