Could not connect to SMTP host: smtp.gmail.com, port: 465, response: -1

后端 未结 5 1149
一个人的身影
一个人的身影 2020-12-03 17:03

while sending mail I am getting this error

java.lang.RuntimeException: javax.mail.SendFailedException: Sending failed; nested exception is: cla

5条回答
  •  借酒劲吻你
    2020-12-03 17:46

    What i did was i commented out the

    props.put("mail.smtp.starttls.enable","true"); 
    

    Because apparently for G-mail you did not need it. Then if you haven't already done this you need to create an app password in G-mail for your program. I did that and it worked perfectly. Here this link will show you how: https://support.google.com/accounts/answer/185833.

提交回复
热议问题