首页上一页 1 下一页尾页 1 条记录 1/1页
JSP全程实录第四章的企业快信无法发送邮件呢?
发表在JavaWeb图书答疑
2010-06-28
是否精华
是
否
版块置顶:
是
否
不能群发邮件,连单个邮件都不能发,现在出现这样的错误:
获取的查询字符串:addMail
获取的查询字符串:sendMail
DEBUG: setDebug: JavaMail version 1.3
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG: SMTPTransport trying to connect to host "smtp.aust.edu.cn", port 25
发送邮件产生的错误:Unknown SMTP host: smtp.aust.edu.cn;
nested exception is:
java.net.UnknownHostException: smtp.aust.edu.cn
获取的查询字符串:addMail
获取的查询字符串:parameterQuery
获取的查询字符串:addMail
获取的查询字符串:sendMail
DEBUG: setDebug: JavaMail version 1.3
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG: SMTPTransport trying to connect to host "smtp.aust.edu.cn", port 25
发送邮件产生的错误:Unknown SMTP host: smtp.aust.edu.cn;
nested exception is:
java.net.UnknownHostException: smtp.aust.edu.cn
获取的查询字符串:addMail
获取的查询字符串:parameterQuery