Springboot发送邮件

Springboot对发送邮件做了很好的封装,使用起来也非常简单。 首先引入maven依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 再在appication.properties中
相关文章
相关标签/搜索