Old Release

This documentation relates to an old version of VIVO, version 1.10.x. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Email

VIVO should be configured to send email using an smtp service of your choice.  VIVO sends email from its contact form.  Email also sends email to users when changes are made to their accounts.  Modify the two line below in runtime.properties, then restart Tomcat.

Email 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

  • No labels