我是靠谱客的博主 无奈超短裙,这篇文章主要介绍com.sun.mail.smtp.SMTPSendFailedException: 503 Error: need EHLO and AUTH first !,现在分享给大家,希望可以做个参考。
Properties props = System.getProperties();
props.setProperty("mail.smtp.host", "smtp.qq.com");
props.setProperty("mail.smtp.port", "25");
props.put("mail.smtp.auth", "true"); //如果这行不写或写成props.put("mail.smtp.auth", true);将会报如上异常,注意:true是字符串格式的参数。
转载于:https://www.cnblogs.com/simpledev/archive/2013/03/22/2975946.html
最后
以上就是无奈超短裙最近收集整理的关于com.sun.mail.smtp.SMTPSendFailedException: 503 Error: need EHLO and AUTH first !的全部内容,更多相关com.sun.mail.smtp.SMTPSendFailedException:内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复