09-09
22

SMTPSendFailedException: 530 5.7.0 Must issue a ST

SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first

最重要的問題是在他的SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first

錯誤, 要在System.Properties進行宣告如下:

props.put("mail.transport.protocol", "smtp");  //之前没加
props.put("mail.smtp.starttls.enable","true");  //之前没加
props.put("mail.smtp.host", "gmail-smtp.l.google.com");
props.put("mail.smtp.auth", "true");


我的參考範例也是從書上和網路上找到的...


文章来自: 本站原创
引用通告: 查看所有引用 | 我要引用此文章
Tags: javamail
相关日志:
评论: 0 | 引用: 0 | 查看次数: 812
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 1000 字 | UBB代码 开启 | [img]标签 关闭