summaryrefslogtreecommitdiff
path: root/lib/mail/templates/vendor-invitation.hbs
blob: 193fcaa093f2be8a8ad95a7aa52bce8cc5ddf565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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;">
  {{companyName}} 귀하,
</p>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
  귀사를 저희 eVCP 시스템에 협력업체로 등록하도록 초대합니다. 등록된 협력업체로서, 귀사는 제품 관리, 문의 수신 및 조달 프로세스 참여가 가능한 저희 플랫폼에 접근할 수 있습니다.
</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>
</div>

<p style="text-align: center;">
  <a href="{{registrationLink}}" 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:32px; margin-top:16px;">
  이 초대 링크는 14일 후에 만료됩니다. 등록 과정에서 문제가 발생하면 support@evcp.com으로 지원팀에 문의해 주세요.
</p>

<p style="font-size:16px; line-height:32px; margin-top:16px;">
  귀사와 함께 일하고 귀사가 저희 협력업체 네트워크의 일원이 되기를 기대합니다.
</p>

<p style="font-size:16px; line-height:32px; margin-top:16px;">
  감사합니다,<br>
  eVCP 팀
</p>

<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>