Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spring Boot发送邮件

SpringBoot实现邮件功能是非常的方便快捷的,因为SpringBoot默认有starter实现了Mail。 本文结合spring-boot-starter-mail 和velocity 实现邮件发送:简单邮件、附件邮件、嵌入资源的邮件、模板邮件,当然velocity 是可选的,也可以使用thymeleaf。