发送邮件配置邮件模板

This commit is contained in:
limqhz
2022-05-15 21:38:11 +08:00
parent e51efb81f4
commit cce09bf997
18 changed files with 333 additions and 29 deletions

View File

@@ -35,4 +35,6 @@ public interface QuinnConstant {
String DEFAULT_ATTR_BASE64 = "/images/avatar/a1.png";
String DEFAULT_ATTR = "/images/avatar/a#.png";
String EMAIL_REPLACE = "#!!#";
}