- 发送简单邮件。
- 发送html格式的邮件
- 发送带附件简单邮件
- 发送模板邮件。
1. pom.xml
发送模板邮件需要用到spring-boot-starter-thymeleaf,其他其他邮件内容不需要该依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<
发送模板邮件需要用到spring-boot-starter-thymeleaf,其他其他邮件内容不需要该依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<