In my application I connect to server to authenticate users. This is code:
try { Properties prop = new Properties(); prop.put(\"mail.smtp.startt
I had the same problem. It worked with the String instead of integer.
prop.put("mail.smtp.timeout", "1000"); prop.put("mail.smtp.connectiontimeout", "1000");