Files
DSpace/dspace/config/emails/feedback
Robert Tansley d13eaf1c4b Added simplified e-mail handling
- 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
2002-05-21 18:03:31 +00:00

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}