保誠-保戶業務員媒合平台
wayne
2022-05-16 4298bef66a8666561961c26451e1e69111dee240
[update] [todo 138870] 調整約訪通知messge為html格式

新增1個檔案
22 ■■■■■ 已變更過的檔案
pamapi/src/main/resources/templates/mail/sendNoticeEmail.html 22 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
pamapi/src/main/resources/templates/mail/sendNoticeEmail.html
¤ñ¹ï·sÀÉ®×
@@ -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>