#View Resolver
spring:
mvc:
view:
prefix: /Views/
suffix: .jsp
mail:
host: smtp.gmail.com
port: 587
username: kunupradhan320@gmail.com
password: password
properties:
mail:
smtp:
starttls:
enable: true
required: true
auth: true
答案 0 :(得分:0)
在Java中使用邮件api时需要注意的几件事。
1。您可能遇到此问题,因为防病毒软件会阻止发送电子邮件。您应该在发送电子邮件期间暂时禁用防病毒软件。
2。设置电子邮件ID。
转到 Gmail
设置 > 帐户和导入 > 其他Google帐户设置 > ,并在登录和安全性
3。如果可以,请尝试使用465端口。