From 5d257cae6bace39af29278dadaf2015a6ca8ee45 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 7 May 2021 02:46:57 -0600 Subject: [PATCH] [VIVO-1982] - Set default email params to blank (#238) * Set default email params to blank * Comment out email settings --- home/src/main/resources/config/example.runtime.properties | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 366cfeb8..7dfda99e 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -71,8 +71,12 @@ argon2.time = 1000 # 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 + # Example: + # email.smtpHost = smtp.mydomain.edu + # email.replyTo = vivoAdmin@mydomain.edu + # +# email.smtpHost = +# email.replyTo = # # URL of Solr context used in local VIVO search. This will usually consist of: