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