mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
[feature] add SSL certificate verification toggle for email server (#4327)
This commit is contained in:
+2
@@ -56,5 +56,7 @@ public class MailServerConfig {
|
||||
|
||||
private boolean emailStarttls = false;
|
||||
|
||||
private boolean emailSslCertVerify = true;
|
||||
|
||||
private boolean enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user