值联云卡 - 邮箱系统设置教程
Value Cloud Card - Mailbox System Setup Tutorial
最后更新于
Value Cloud Card - Mailbox System Setup Tutorial
最后更新于
## 使用25端口认证
spring.mail.port=25
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true
## 使用465端口SSl认证
#spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
#spring.mail.properties.mail.smtp.socketFactory.port=465