在发送邮件的时候出现如下异常,查看properties各个配置都没有问题。
spring.mail.port=465
spring.mail.properties.mail.smtp.ssl.enable=true
但没想到问题竟然在此处发现:
spring.mail.host=smtp.163.com
properties此处中的末尾可能不小心加上了一个空格,导致出现未知的错误,修改之后恢复正常。
再此提醒告诫自己:properties里写入时要小心不能有空格等其他多余内容!
MailConnectException: Couldn't connect to host, port: smtp.163.com , 465; timeout -1;