I have a web app deployed on CentOS7 server.
My web app sends mail via (SMTP) and reads mail via(POP3/IMAP)from YAHOO server. All my configuration are correct and am making request via SSL.
I am facing some unusual behavior on server, sometimes it gets connected sometimes it does not .Most of the time this issue is fixed when i redeploy my app.
[Note : Firewall is turned off on server ]
My app is build on Spring Boot.
Please Help me in resolving this.