From 4298bef66a8666561961c26451e1e69111dee240 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期一, 16 五月 2022 21:30:31 +0800
Subject: [PATCH] [update] [todo 138870] 調整約訪通知messge為html格式

---
 pamapi/src/main/resources/templates/mail/sendNoticeEmail.html |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/pamapi/src/main/resources/templates/mail/sendNoticeEmail.html b/pamapi/src/main/resources/templates/mail/sendNoticeEmail.html
new file mode 100644
index 0000000..8447f42
--- /dev/null
+++ b/pamapi/src/main/resources/templates/mail/sendNoticeEmail.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <title>Title</title>
+</head>
+<body>
+
+</body>
+</html>
+
+
+<!DOCTYPE html>
+<html xmlns:th="http://www.thymeleaf.org" lang="zh">
+<head>
+  <title>蝝赤�</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
+<body>
+<p style="white-space: pre" th:text="${content}"></p>
+</body>
+</html>

--
Gitblit v1.8.0