mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
## E-mail sent to a restricted Item's author when a user requests a copy.
|
|
##
|
|
## Parameters: 0 requester's name
|
|
## 1 requester's address
|
|
## 2 name of a single bitstream, or "all"
|
|
## 3 item Handle
|
|
## 4 item title
|
|
## 5 message from requester
|
|
## 6 link back to DSpace for action
|
|
## 7 corresponding author name
|
|
## 8 corresponding author email
|
|
## 9 configuration property "dspace.name"
|
|
## 10 configuration property "mail.helpdesk"
|
|
#set($subject = "${config.get('dspace.name')}: Request copy of document")
|
|
|
|
Dear ${params[7]},
|
|
|
|
A user of ${params[9]}, named ${params[0]} and using the email ${params[1]}, requested a copy of the file(s) associated with the document: "${params[4]}" (${params[3]}) submitted by you.
|
|
|
|
This request came along with the following message:
|
|
|
|
"${params[5]}"
|
|
|
|
To answer, click ${params[6]}. Whether you choose to grant or deny the request, we think that it's in your best interest to respond.
|
|
|
|
IF YOU ARE NOT AN AUTHOR OF THIS DOCUMENT, and only submitted the document on the author's behalf, PLEASE REDIRECT THIS MESSAGE TO THE AUTHOR(S). Only the author(s) should answer the request to send a copy.
|
|
|
|
IF YOU ARE AN AUTHOR OF THE REQUESTED DOCUMENT, thank you for your cooperation!
|
|
|
|
If you have any questions concerning this request, please contact ${params[10]}.
|
|
|
|
The ${config.get('dspace.name')} Team
|