javamail could not connect to SMTP Server

javamail could not connect to SMTP Server:

现象:

javamail could not connect to SMTP Server


原因:


在网上一通查,找到很多可能的原因:


1、没有关闭杀毒软件(尤其是Macfee杀毒软件)或者防火墙,从而这项服务被杀毒软件禁止。


2、没有对邮箱进行SMTP/POP3服务进行设置。以qq邮箱的设置为例:

javamail could not connect to SMTP Server

3、MyEclipse的javaee.jar中的mail包与JavaMail包有冲突。:

ava.lang.NoClassDefFoundError: com/sun/mail/util/LineInputStream
java.lang.NoClassDefFoundError: com/sun/activation/registries/LogSupport

解决:
)关闭MyEclipse
)在:Genuitec\Common\plugins\下搜索javaee.jar,删除里面的mail目录和activation目录。








引用:
http://blog.sina.com.cn/s/blog_798b04f90100wmjl.html
http://blog.sina.com.cn/s/blog_86be1b7c0100vfkj.html







---

你可能感兴趣的:(server,connect,javamail,smtp)