今天在添加BUG的时候发现突然不能发送邮件了 ,提示发送指定实例失败,详细信息为:
Messages:
Failed to mail the specified entities;
Failed to mail the specified entities;
Failed to send mail to XXX@XXXX.com.cn;
Failed to send the message via mail server 'mx24.dns.com.cn';
Sending failed;
nested exception is:
javax.mail.MessagingException: 550 Does not like recipient,your mail is rejected!
;
Sending failed;
nested exception is:
javax.mail.MessagingException: 550 Does not like recipient,your mail is rejected!
;
Error Code: 1049
Stack Trace:
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: 550 Does not like recipient,your mail is rejected!
at javax.mail.Transport.send0(Transport.java:219)
at javax.mail.Transport.send(Transport.java:81)
at com.mercury.optane.core.mail.CMailService.sendMail(CMailService.java:375)
wrapped in com.mercury.optane.core.CTdException: Sending failed;
nested exception is:
javax.mail.MessagingException: 550 Does not like recipient,your mail is rejected!
有没有人知道Failed to send the message via mail server 'mx24.dns.com.cn';
Sending failed;
中的'mx24.dns.com.cn'在哪里可以更改嘛?作者: castle 时间: 2010-9-19 08:30
补充一点 ,希望有大侠来指点一下。最近有时会收到QC的自动发送过来的邮件,但是手动发就是发不出去作者: castle 时间: 2010-9-27 15:23
配置了一下自动发送邮件的一些条件,一般在触发自动发送的状态后两天左右会收到QC自动发出的邮件,但是只是部分,不能全部收到。排查了很久就是没找到问题所在。