MailConnectException while sending mail using java mail api

前端 未结 5 814
北恋
北恋 2020-12-12 05:09

Trying to send an email using java mail api. And I keep getting MailConnectException. I have tried multiple ways to solve it without success.

Exception is thrown by

5条回答
  •  抹茶落季
    2020-12-12 06:00

    After 8 hours of pain, I've solved this by turning off:

    1) my windows firewall

    2) my antivirus software

    hope this helps

提交回复
热议问题