diff options
Diffstat (limited to 'lib/mail/templates')
| -rw-r--r-- | lib/mail/templates/pq.hbs | 3 | ||||
| -rw-r--r-- | lib/mail/templates/vendor-rejected.hbs | 195 |
2 files changed, 195 insertions, 3 deletions
diff --git a/lib/mail/templates/pq.hbs b/lib/mail/templates/pq.hbs index 02523696..abdff056 100644 --- a/lib/mail/templates/pq.hbs +++ b/lib/mail/templates/pq.hbs @@ -61,9 +61,6 @@ 아래의 해당 링크를 통해 당사 eVCP시스템에 접속하시어 요청드린 PQ 항목 및 자료에 대한 제출 요청드립니다.
</p>
- <p style="font-size:16px; line-height:32px;">
- 별도의 견적을 제출하시어 당사에서 적극 검토할 수 있도록 협조 바랍니다.
- </p>
<p style="font-size:16px; line-height:32px;">
귀사의 제출 자료 및 정보는 아래의 제출 마감일 이전에 당사로 제출 되어야 하며,
diff --git a/lib/mail/templates/vendor-rejected.hbs b/lib/mail/templates/vendor-rejected.hbs new file mode 100644 index 00000000..22a1d6f3 --- /dev/null +++ b/lib/mail/templates/vendor-rejected.hbs @@ -0,0 +1,195 @@ +<!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); + } + .rejected-badge { + display: inline-block; + background-color: #ef4444; + color: white; + padding: 4px 12px; + border-radius: 16px; + font-size: 12px; + font-weight: 600; + text-transform: uppercase; + margin-bottom: 16px; + } + .cta-button { + 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: 8px 0; + } + .highlight-box { + background-color: #fef2f2; + border-left: 4px solid #ef4444; + padding: 16px; + margin: 16px 0; + border-radius: 0 8px 8px 0; + } + </style> +</head> +<body> + <div class="email-container"> + <!-- Header --> + <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> + + <!-- Rejected Badge --> + <div class="rejected-badge"> + {{#if (eq language 'ko')}}등록 거절{{else}}REGISTRATION REJECTED{{/if}} + </div> + + <!-- Title --> + <h1 style="font-size:28px; margin-bottom:16px; color:#111827;"> + {{#if (eq language 'ko')}} + 업체 등록 신청이 거절되었습니다 + {{else}} + Your Vendor Registration Has Been Rejected + {{/if}} + </h1> + + <!-- Greeting --> + <p style="font-size:16px; line-height:32px; margin-bottom:16px;"> + {{#if (eq language 'ko')}} + 안녕하세요, <strong>{{vendorName}}</strong> 담당자님. + {{else}} + Hello, <strong>{{vendorName}}</strong> representative. + {{/if}} + </p> + + <!-- Main Content --> + <p style="font-size:16px; line-height:32px; margin-bottom:16px;"> + {{#if (eq language 'ko')}} + 귀하의 업체 등록 신청이 검토 결과 거절되었습니다. + 등록 기준에 부합하지 않거나 추가 정보 확인이 필요하여 거절 처리되었습니다. + {{else}} + After review, your vendor registration application has been rejected. + The application did not meet our registration criteria or required additional verification. + {{/if}} + </p> + + <!-- Highlight Box --> + <div class="highlight-box"> + <h3 style="margin-top:0; margin-bottom:12px; color:#dc2626;"> + {{#if (eq language 'ko')}}거절 사유 및 향후 절차{{else}}Rejection Reason & Next Steps{{/if}} + </h3> + <ol style="margin:0; padding-left:20px;"> + <li style="margin-bottom:8px;"> + {{#if (eq language 'ko')}} + 등록 기준에 부합하지 않거나 제출 정보가 불충분합니다 + {{else}} + The application did not meet registration criteria or submitted information was insufficient + {{/if}} + </li> + <li style="margin-bottom:8px;"> + {{#if (eq language 'ko')}} + 추가 정보 확인 및 보완이 필요한 경우 재신청 가능합니다 + {{else}} + You may reapply if you can provide additional information and meet requirements + {{/if}} + </li> + <li style="margin-bottom:8px;"> + {{#if (eq language 'ko')}} + 재신청을 원하시면 모든 필요 서류를 준비하여 다시 신청해주세요 + {{else}} + If you wish to reapply, please prepare all required documents and submit again + {{/if}} + </li> + </ol> + </div> + + <!-- Action Button --> + <div style="text-align: center; margin: 24px 0;"> + <a href="{{loginUrl}}" target="_blank" class="cta-button"> + {{#if (eq language 'ko')}} + eVCP 플랫폼 방문하기 + {{else}} + Visit eVCP Platform + {{/if}} + </a> + </div> + + <!-- Account Info --> + <div style="background-color:#f9fafb; padding:16px; border-radius:8px; margin:16px 0;"> + <h4 style="margin-top:0; margin-bottom:12px; color:#374151;"> + {{#if (eq language 'ko')}}신청 정보{{else}}Application Information{{/if}} + </h4> + <p style="margin:4px 0; font-size:14px; color:#6b7280;"> + <strong>{{#if (eq language 'ko')}}업체명{{else}}Company{{/if}}:</strong> {{vendorName}} + </p> + <p style="margin:4px 0; font-size:14px; color:#6b7280;"> + <strong>{{#if (eq language 'ko')}}이메일{{else}}Email{{/if}}:</strong> {{email}} + </p> + <p style="margin:4px 0; font-size:14px; color:#6b7280;"> + <strong>{{#if (eq language 'ko')}}신청 상태{{else}}Application Status{{/if}}:</strong> + <span style="color:#ef4444; font-weight:600;"> + {{#if (eq language 'ko')}}거절됨{{else}}Rejected{{/if}} + </span> + </p> + </div> + + <!-- Support Message --> + <p style="font-size:16px; line-height:24px; margin-top:24px; color:#6b7280;"> + {{#if (eq language 'ko')}} + 등록 기준에 대한 자세한 내용은 eVCP 플랫폼을 방문하시거나 + <a href="mailto:{{supportEmail}}" style="color:#163CC4;">{{supportEmail}}</a>로 + 문의해 주세요. + {{else}} + For more information about registration criteria, please visit the eVCP platform or + contact us at <a href="mailto:{{supportEmail}}" style="color:#163CC4;">{{supportEmail}}</a>. + {{/if}} + </p> + + <!-- Footer --> + <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:14px; color:#6b7280; margin:4px 0;"> + © {{currentYear}} EVCP. + {{#if (eq language 'ko')}} + 모든 권리 보유. + {{else}} + All rights reserved. + {{/if}} + </p> + <p style="font-size:14px; color:#6b7280; margin:4px 0;"> + {{#if (eq language 'ko')}} + 본 이메일은 발신 전용입니다. 회신하지 마세요. + {{else}} + This is an automated email. Please do not reply. + {{/if}} + </p> + </td> + </tr> + </table> + </div> +</body> +</html> |
