2
0

feat: 邮件内容自定义html

This commit is contained in:
caiyuchao
2025-04-16 14:09:20 +08:00
parent e8b672f119
commit 4f5cd0c0ce
6 changed files with 162 additions and 2 deletions

View File

@@ -103,6 +103,11 @@
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mail</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
</dependencies>
<build>