From 6ea951022230da98d609e4cab0a0f27c4f626e21 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 26 Aug 2022 09:26:54 +0200 Subject: [PATCH] fixed email settings example (#326) --- .../resources/config/example.runtime.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 863737ef3..612a1969e 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -34,16 +34,16 @@ Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ vitro.local.solr.url = http://localhost:8983/solr/vitrocore # -# Email parameters which VIVO can use to send mail. If these are left empty, +# Email parameters Vitro uses to send email. If these are left empty, # the "Contact Us" form will be disabled and users will not be notified of # changes to their accounts. - # Example: - # email.smtpHost = smtp.mydomain.edu - # email.replyTo = vitroAdmin@mydomain.edu - # email.username = vivtroAdmin@mydomain.edu - # email.password = secret - # email.port = 25 or 465 or 587 - # +# Example: +# email.smtpHost = smtp.mydomain.edu +# email.replyTo = vitroAdmin@mydomain.edu +# email.username = vivtroAdmin@mydomain.edu +# email.password = secret +# email.port = 25 or 587 +# email.smtpHost = email.replyTo =