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

28 lines
736 B
Plaintext

## E-mail sent with the information filled out in a feedback form.
##
## Parameters: {0} current date
## {1} email address that the user provided
## {2} logged in as
## {3} page that the user was on when they selected feedback
## {4} User-Agent HTTP Header
## {5} Session Id
## {6} The user's comments
##
## See org.dspace.core.Email for information on the format of this file.
##
#set($subject = "${config.get('dspace.name')}: Feedback Form Information")
Comments:
${params[6]}
Date: ${params[0]}
Email: ${params[1]}
Logged In As: ${params[2]}
Referring Page: ${params[3]}
User Agent: ${params[4]}
Session: ${params[5]}
The ${config.get('dspace.name')} Team