-
spring-boot-email-tools是一系列可在Spring Boot 1.5.x应用中运用模板引擎发送电子邮件的服务和工具
资源介绍
Spring Boot电子邮件工具
一组服务和工具,用于在Spring Boot应用程序中使用纯文本,html或模板引擎发送电子邮件以生成动态内容。
来源网站:
最新版本: 0.6.3 最新工件: it.ozimov:spring-boot-email-core , it.ozimov:spring-boot-freemarker-email , it.ozimov:spring-boot-mustache-email , it.ozimov:spring-boot-pebble-email , it.ozimov:spring-boot-thymeleaf-email 持续集成:
背景
该项目依赖于无模板模块it.ozimov:spring-boot-email-core ,该模块提供了核心功能(例如,发送电子邮件,调度和确定优先级,持久性)。 由于它是无模板的,因此它不提供用于通过模板引擎生成电子邮件正文的服务的任何实现。
如果要使用此项目支持的模板引擎之一(即Freemarker , Mustache , Pebble和Thymeleaf ),则可以使用核心模块附带的专