|
蓝森林 http://www.lslnet.com 2006年6月6日 10:18
[初学java求助]:一个使用javamail发送邮件的简单问题
当使用props.put("mail.smtp.host", "smtp.163.com "),出现如下错误:
unknow host smtp.163.com
当使用props.put("mail.smtp.host", "202.108.44.206 "),也出现错误:
javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: Could not connect to SMTP host: 202.108.44.206 , port: 25; nested exception is: java.net.SocketException: Network is down: connect
这是什么问题,还请多指教! |
| |