|
1.测试时的错误提示信息
Messages:
Failed to Test Send Mail;
You must set the current user mail address to send a test mail;
Stack Trace:
com.mercury.optane.core.CTdException: You must set the current user mail address to send a test mail
at com.mercury.td.saserver.api.logics.CAdminLogic.GetCurrentUserMailAddress(CAdminLogic.java:761)
at com.mercury.td.saserver.api.logics.CAdminLogic.testSendMail(CAdminLogic.java:690)
at com.mercury.td.saserver.web.CTdSiteAdminServlet.redirectTestSendMail(CTdSiteAdminServlet.java:730)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
……
2.手动发送邮件的错误提示信息
Messages:
Failed to mail the specified entities;
Failed to send mail to wanbiao@pdager.com.cn;
Failed to send the message via mail server '211.94.188.22';
Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 504 5.5.2 <pdager-qc>: Helo command rejected: need fully-qualified hostname
;
Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
……
说明:1).邮件服务器是正常的,公司就是用该邮件服务器outlook
2.)为linux系统,不存在IIS设置问题 |
|