码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot 2.1.1.RELEASE 集成Email

时间:2018-12-14 01:03:41      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:ble   framework   required   pid   ofo   cti   release   auth   xxxx   

SpringBoot 2.1.1.RELEASE 集成Email

依赖配置:


<!-- mail start -->
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-mail</artifactId>
</dependency>

配置文件:

### mail邮件配置
spring.mail.host=smtp.xxx.com.cn
spring.mail.username=xxx@xxx.com.cn
spring.mail.password=xxxx
spring.mail.default-encoding=UTF-8
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true

举例:
http://www.qchcloud.cn/system/article/show/71

SpringBoot 2.1.1.RELEASE 集成Email

标签:ble   framework   required   pid   ofo   cti   release   auth   xxxx   

原文地址:http://blog.51cto.com/14042154/2330251

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!