[feature] add SSL certificate verification toggle for email server (#4327)

This commit is contained in:
NekoPunch
2026-08-26 11:26:32 +08:00
committed by GitHub
parent c884f11995
commit b0d8516822
11 changed files with 66 additions and 0 deletions
@@ -56,5 +56,7 @@ public class MailServerConfig {
private boolean emailStarttls = false;
private boolean emailSslCertVerify = true;
private boolean enable = true;
}