Clarify the description of the email properties.
This commit is contained in:
parent
fea7412d0d
commit
bffa48ed6b
1 changed files with 5 additions and 4 deletions
|
@ -38,11 +38,12 @@ webapp.name = vitro
|
|||
vitro.home.directory = /usr/local/vitro/data
|
||||
|
||||
#
|
||||
# SMTP host used to send email, and the email recipient.
|
||||
# If these are left empty, email is disabled.
|
||||
# Email parameters which VIVO can use to send mail. If these are left empty,
|
||||
# the "Contact Us" form will be disabled and users will not be notified of
|
||||
# changes to their accounts.
|
||||
#
|
||||
email.smtpHost = appsmtp.mail.cornell.edu
|
||||
email.replyTo = rjy7@cornell.edu
|
||||
email.smtpHost = smtp.my.domain.edu
|
||||
email.replyTo = vivoAdmin@my.domain.edu
|
||||
|
||||
#
|
||||
# The basic parameters for a MySQL database connection. Change the end of the
|
||||
|
|
Loading…
Add table
Reference in a new issue