From bffa48ed6b5f3517831cab07883421e3bd2dbe53 Mon Sep 17 00:00:00 2001 From: j2blake Date: Thu, 9 Jun 2011 20:37:07 +0000 Subject: [PATCH] Clarify the description of the email properties. --- webapp/config/example.deploy.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/webapp/config/example.deploy.properties b/webapp/config/example.deploy.properties index 339405801..b0a40eb72 100644 --- a/webapp/config/example.deploy.properties +++ b/webapp/config/example.deploy.properties @@ -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