smtp限制了发送数量550 User is over flow javamail

1.用的163得免费邮箱发送业务,业务量小的时候较稳定

2.业务量多的是,出现 550 User is over flow
原因一:
163 smtp限制了发送数量

163 smtp免费邮箱发送数量限制为 200-400
163vip smtp 发送数量限制为 600-800 (vip45元和60元的发送限制一样)
163smtp企业付费邮箱发送数量限制为 1000封

如果163发送上限,在第二天凌晨 更新上限数量,可以继续发送。

另出现对方服务器未响应:网易会重复投递24小时,如果对方一直没响应,会返回系统退信

原因二:
163 smtp限制了发送流量限制
上传/下载流量
网易邮箱的流量也受到了限制,凌晨更新
163 smtp免费邮箱 流量限制,首次可找客服免费清除,第二次付费清除,具体金额9.9元每次
163 VIP smtp 流量限制。可找客服清除,不限次数
企业邮箱未知

在这里插入图片描述在这里插入图片描述


javax.mail.AuthenticationFailedException: 550 User is over flow

        at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)
        at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)
        at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)
        at javax.mail.Service.connect(Service.java:366)
        at javax.mail.Service.connect(Service.java:246)
        at javax.mail.Service.connect(Service.java:267)

猜你喜欢

转载自blog.csdn.net/weixin_43830876/article/details/103306022