Why JavaMail connection timeout is too long

后端 未结 5 953
广开言路
广开言路 2021-02-04 02:04

In my application I connect to server to authenticate users. This is code:

try {
        Properties prop = new Properties();
        prop.put(\"mail.smtp.startt         


        
5条回答
  •  一个人的身影
    2021-02-04 02:27

    I resolve my problem by changing to the newest version of JavaMail (to JavaMail 1.5). I write about it there: http://openejb.979440.n4.nabble.com/Which-version-of-JavaMail-td4665285.html

    thank's everybody for help, specially to Bill Shannon :)

提交回复
热议问题