大神们,我使用javamail ssl发送邮件,为什么我的还是会报异常呢?Exception in thread"main"javax.mail.MessagingException:Could not connect to SMTP host:smtp.gdyilian.com,port:465;nested exception is:javax.net.ssl....
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)at java.lang.Integer.parseInt(Integer.java:580)at java.lang.Integer.parseInt(Integer.java:615)at ...