This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new cd45b78  [OPENMEETINGS-2328] useSsl wasn't get called
cd45b78 is described below

commit cd45b78703120e81f4cf64c59780fcd75e5ad95a
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sat May 9 20:55:02 2020 +0700

    [OPENMEETINGS-2328] useSsl wasn't get called
---
 .../main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
 
b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
index 12e4818..808a40a 100644
--- 
a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
+++ 
b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
@@ -481,6 +481,7 @@ public class ConfigurationDao implements 
IDataProviderDao<Configuration> {
                setSmtpUser(getString(CONFIG_SMTP_USER, null));
                setSmtpPass(getString(CONFIG_SMTP_PASS, null));
                setSmtpUseTls(getBool(CONFIG_SMTP_TLS, false));
+               setSmtpUseSsl(getBool(CONFIG_SMTP_SSL, false));
                setSmtpTimeOut(getInt(CONFIG_SMTP_TIMEOUT, 30000));
                setSmtpConnectionTimeOut(getInt(CONFIG_SMTP_TIMEOUT_CON, 
30000));
                setMailFrom(getString(CONFIG_SMTP_SYSTEM_EMAIL, null));

Reply via email to