From de3868cd9632827e2195e4406a643c07d81f855b Mon Sep 17 00:00:00 2001 From: Hong Jeong Hyeon Date: Sun, 25 Apr 2021 11:04:15 +0900 Subject: [PATCH] [ADD] static email files --- .../resources/static/notification_email.html | 83 +++++++++++++++++++ src/main/resources/static/number_email.html | 80 ++++++++++++++++++ 2 files changed, 163 insertions(+) create mode 100644 src/main/resources/static/notification_email.html create mode 100644 src/main/resources/static/number_email.html diff --git a/src/main/resources/static/notification_email.html b/src/main/resources/static/notification_email.html new file mode 100644 index 0000000..dab8726 --- /dev/null +++ b/src/main/resources/static/notification_email.html @@ -0,0 +1,83 @@ + + + + + + + Document + + + + +
+
+ +
+
+
+

+ 안녕하세요. 대덕소프트웨어마이스터고등학교 PEAR입니다. +

+

+ 귀하의 보고서가 {{accepted}}되었습니다. +

+

+

+ 거절 사유 : {{body}} +

+ {{board_url}} +

+
+
+
+
+

PEAR에 발신된 메일입니다.

+

본 메일은 발신전용이며 회신되지 않습니다.

+
+
+
+ +서 \ No newline at end of file diff --git a/src/main/resources/static/number_email.html b/src/main/resources/static/number_email.html new file mode 100644 index 0000000..066382f --- /dev/null +++ b/src/main/resources/static/number_email.html @@ -0,0 +1,80 @@ + + + + + + + Document + + + + +
+
+ +
+
+
+

+ 안녕하세요. 대덕소프트웨어마이스터고등학교 PEAR입니다. +

+

+ 아래 인증번호를 입력해 회원가입 절차를 완료하세요. +

+

+ {%code%} +

+
+
+ +
+ +서 \ No newline at end of file