Email Listener continuously throwing error in logs
Our email listener though picking up and processing emails perfectly when they arrive, but every time it wakes up, it throws an error in logs. It increases error count too.
Any specific setting we are missing here?
Log Error:
Caught exception while connecting to email server(s)
com.pega.platform.integrationcore.client.email.EmailClientException: Unable to connect email client due to : Connect failed
Caused by: javax.mail.MessagingException: Connect failed
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:213) ~[mail-1.5.5.jar:?]
Caused by: java.net.SocketException: Connection reset
***Edited by Moderator Kayla to update Platform Capability tags****