summaryrefslogtreecommitdiff
path: root/lib/mail/layouts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-07 01:44:45 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-07 01:44:45 +0000
commit90f79a7a691943a496f67f01c1e493256070e4de (patch)
tree37275fde3ae08c2bca384fbbc8eb378de7e39230 /lib/mail/layouts
parentfbb3b7f05737f9571b04b0a8f4f15c0928de8545 (diff)
(대표님) 변경사항 20250707 10시 43분 - unstaged 변경사항 추가
Diffstat (limited to 'lib/mail/layouts')
-rw-r--r--lib/mail/layouts/base.hbs22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/mail/layouts/base.hbs b/lib/mail/layouts/base.hbs
deleted file mode 100644
index 2e18f035..00000000
--- a/lib/mail/layouts/base.hbs
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>{{subject}}</title>
- </head>
- <body style="margin:0; padding:20px; background-color:#f5f5f5; font-family:Arial, sans-serif; color:#111827;">
- <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
- <tr>
- <td align="center">
- <table width="600" cellpadding="0" cellspacing="0" border="0" style="background-color:#ffffff; border:1px solid #e5e7eb; border-radius:6px; padding:24px;">
- <tr>
- <td>
- {{{body}}}
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
-</html>