From 1a0bfca6a9a593beca0d844561d86dc9473c0961 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 15 Nov 2011 13:38:17 +0000 Subject: [PATCH] add AS config documentation how to configure email SVN: 23676 --- screening/dist/server/service.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/screening/dist/server/service.properties b/screening/dist/server/service.properties index d9f5c523258..039b52a96e3 100644 --- a/screening/dist/server/service.properties +++ b/screening/dist/server/service.properties @@ -39,8 +39,10 @@ database-instance = HCS # SMTP properties used to send emails e.g. for library registration confirmations or error reporting # The current configuration saves the emails in the file system in the current '.' directory mail.smtp.host = file://. -#mail.smtp.host = localhost -#mail.from = openbis-as@localhost +# mail.smtp.host = localhost +# mail.from = openbis-as@localhost +# If empty user name and password are accepted, you have to uncomment these lines. +# These lines can be commented only if SMPT server accepts any user name and password. # mail.smtp.user = # mail.smtp.password = -- GitLab