mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00

- Updated configuration + ConfigurationManager - Added relevant libraries and Email class git-svn-id: http://scm.dspace.org/svn/repo/trunk@27 9c30dcfa-912a-0410-8fc2-9e0234be79fd
27 lines
583 B
Plaintext
27 lines
583 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.
|
|
#
|
|
Subject: Feedback Form Information
|
|
|
|
Comments:
|
|
|
|
{6}
|
|
|
|
|
|
Date: {0}
|
|
Email: {1}
|
|
Logged In As: {2}
|
|
Referring Page: {3}
|
|
User Agent: {4}
|
|
Session: {5}
|
|
|