Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Email

VIVO should be configured to send email using an smtp service of your choice.  Modify the two line below in runtime.properties, then restart Tomcat.

Code Block
titleEmail parameters in runtime.properties
#
# 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 = smtp.mydomain.edu
email.replyTo = vivoAdmin@mydomain.edu


Namespace