Apache Commons Mail을 사용하여 SMTP 서버에 연결하는 데 문제가 있습니다. 모든 것을 시도했지만 온라인에서 찾을 수있는 유일한 것은 Java Mail입니다. 이 내 오류입니다 : 당신은 예를 들어 props.put("mail.smtp.ssl.trust", "smtp.gmail.com");
자바 메일에 대한 문제를 해결할 수 있지만, 나는 동등한 명령 아파치 코 몬즈에서 사용할 수 없다고 보았다Apache Commons Mail에서 소켓을 TLS로 변환 할 수 없습니다.
Caused by: javax.mail.MessagingException: Could not convert socket to TLS; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
.