mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 03:53:07 +00:00
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
## Email sent to DSpace users when they successfully export an item or collection.
|
|
##
|
|
## Parameters: {0} the export error
|
|
## {1} the URL to the feedback page
|
|
##
|
|
##
|
|
## See org.dspace.core.Email for information on the format of this file.
|
|
##
|
|
#set($subject = "${config.get('dspace.name')}: The item export you requested was not completed.")
|
|
The item export you requested was not completed, due to the following reason:
|
|
${params[0]}
|
|
|
|
For more information you may contact your system administrator:
|
|
${params[1]}
|
|
|
|
The ${config.get('dspace.name')} Team
|