Why JavaMail connection timeout is too long

后端 未结 5 1016
广开言路
广开言路 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:39

    No, it is just because value must be a string "1000" and not an integer 1000

提交回复
热议问题