简介Spring基于javax.mail封装了一套用于发送电子邮件的API,位于org.springframework.mail包下,下面将介绍下发送普通文本邮件和基于thymeleaf模版的邮件。普通邮件导入javax.mail依赖Spring配置类邮件配置:mail.properties测试基于thymeleaf模版的邮件导入thymeleaf-spring依赖Spring配置类中添加thymeleaf模板配置模版文件:/src/main/resources/templates/msg.html测试
暂无评论