diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-26 02:58:20 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-26 02:58:20 +0000 |
| commit | 3bf1952c1dad9d479bb8b22031b06a7434d37c37 (patch) | |
| tree | c212c5875f55617baca8bc0a6d8314628d74286f /lib/mail/templates/contract-sign-request.hbs | |
| parent | 2a60945bf9eb50cd5cb28d7d3782290f92879361 (diff) | |
(최겸) 공통 > 이메일 템플릿 관리 개발
Diffstat (limited to 'lib/mail/templates/contract-sign-request.hbs')
| -rw-r--r-- | lib/mail/templates/contract-sign-request.hbs | 143 |
1 files changed, 92 insertions, 51 deletions
diff --git a/lib/mail/templates/contract-sign-request.hbs b/lib/mail/templates/contract-sign-request.hbs index b70e2755..5fa00e12 100644 --- a/lib/mail/templates/contract-sign-request.hbs +++ b/lib/mail/templates/contract-sign-request.hbs @@ -1,51 +1,92 @@ -{{> header logoUrl=logoUrl }} - -<h1 style="font-size:28px; margin-bottom:16px;"> - 기본계약서 서명 요청 -</h1> - -<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> - 안녕하세요, <strong>{{vendorName}}</strong>님. -</p> - -<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> - 귀사에 기본계약서 서명을 요청드립니다. -</p> - -<div style="background-color: #f3f4f6; border-radius: 4px; padding: 15px; margin: 20px 0;"> - <p style="font-size:16px; margin:4px 0;"><strong>계약서 정보:</strong></p> - <p style="font-size:16px; margin:4px 0;">계약서 종류: {{templateName}}</p> - <p style="font-size:16px; margin:4px 0;">계약 번호: {{contractId}}</p> -</div> - -<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> - 아래 버튼을 클릭하여 계약서를 확인하고 서명해 주시기 바랍니다. -</p> - -<p> - <a href="{{loginUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px; margin-top: 16px;"> - 계약서 서명하기 - </a> -</p> - -<p style="font-size:16px; line-height:24px; margin-top:16px;"> - 본 링크는 30일간 유효하며, 이후에는 새로운 서명 요청이 필요합니다. -</p> - -<p style="font-size:16px; line-height:24px; margin-top:16px;"> - 서명 과정에서 문의사항이 있으시면 담당자에게 연락해 주시기 바랍니다. -</p> - -<p style="font-size:16px; line-height:24px; margin-top:16px;"> - 감사합니다. -</p> - -<div style="margin-top: 30px;"> - <p style="font-size:16px; line-height:24px;"> - <strong>담당자 연락처:</strong><br> - 이메일: contact@company.com<br> - 전화: 02-123-4567 - </p> -</div> - -{{> footer logoUrl=logoUrl companyName=companyName year=currentYear }}
\ No newline at end of file +<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>eVCP 메일</title>
+ <style>
+ body {
+ margin: 0 !important;
+ padding: 20px !important;
+ background-color: #f4f4f4;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
+ }
+ .email-container {
+ max-width: 600px;
+ margin: 0 auto;
+ background-color: #ffffff;
+ padding: 20px;
+ border-radius: 8px;
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
+ }
+ </style>
+</head>
+<body>
+ <div class="email-container">
+<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:24px; border-bottom:1px solid #163CC4; padding-bottom:16px;">
+ <tr>
+ <td align="center">
+ <span style="display: block; text-align: left; color: #163CC4; font-weight: bold; font-size: 32px;">eVCP</span>
+ </td>
+ </tr>
+</table>
+
+<h1 style="font-size:28px; margin-bottom:16px;">
+ 기본계약서 서명 요청
+</h1>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ 안녕하세요, <strong>{{vendorName}}</strong>님.
+</p>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ 귀사에 기본계약서 서명을 요청드립니다.
+</p>
+
+<div style="background-color: #f3f4f6; border-radius: 4px; padding: 15px; margin: 20px 0;">
+ <p style="font-size:16px; margin:4px 0;"><strong>계약서 정보:</strong></p>
+ <p style="font-size:16px; margin:4px 0;">계약서 종류: {{templateName}}</p>
+ <p style="font-size:16px; margin:4px 0;">계약 번호: {{contractId}}</p>
+</div>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ 아래 버튼을 클릭하여 계약서를 확인하고 서명해 주시기 바랍니다.
+</p>
+
+<p>
+ <a href="{{loginUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px; margin-top: 16px;">
+ 계약서 서명하기
+ </a>
+</p>
+
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ 본 링크는 30일간 유효하며, 이후에는 새로운 서명 요청이 필요합니다.
+</p>
+
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ 서명 과정에서 문의사항이 있으시면 담당자에게 연락해 주시기 바랍니다.
+</p>
+
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ 감사합니다.
+</p>
+
+<div style="margin-top: 30px;">
+ <p style="font-size:16px; line-height:24px;">
+ <strong>담당자 연락처:</strong><br>
+ 이메일: contact@company.com<br>
+ 전화: 02-123-4567
+ </p>
+</div>
+
+<table width="100%" cellpadding="0" cellspacing="0" style="margin-top:32px; border-top:1px solid #e5e7eb; padding-top:16px;">
+ <tr>
+ <td align="center">
+ <p style="font-size:16px; color:#6b7280; margin:4px 0;">© {{currentYear}} EVCP. {{t "email.vendor.invitation.copyright"}}</p>
+ <p style="font-size:16px; color:#6b7280; margin:4px 0;">{{t "email.vendor.invitation.no_reply"}}</p>
+ </td>
+ </tr>
+</table>
+ </div>
+</body>
+</html>
\ No newline at end of file |
