------解决方案--------------------
1:查看你的邮件服务器配置是否正确;
2:缺少身份验证。
Session session=Session.getInstance(props, new javax.mail.Authenticator() {
protected javax.mail.PasswordAuthentication getPasswordAuthentication() {
return new javax.mail.PasswordAuthentication(username, password);
}
});
分享到:
------解决方案--------------------
检查防火墙和端口
------解决方案--------------------
查异常提示,肯定是端口问题,检查456端口。