the code below worked until a few days ago, but it started throwing an exception
<cfpop
action="getall"
name="qMessage"
server="mail.forestweb.com"
port="995"
username="email***@industryintel.com"
password="******"
timeout="30"
/>
I run this code every 10 minutes to receive emails. And the following exceptions:
Message: An exception occurred when setting up mail server parameters.
Detail : This exception was caused by: javax.mail.MessagingException:
Connect failed; nested exception is: java.net.SocketTimeoutException: Read timed out.
Can someone tell me why this is happening, and if he has any solutions.
source
share