diff options
Diffstat (limited to 'lib/mail/templates/investigation-request.hbs')
| -rw-r--r-- | lib/mail/templates/investigation-request.hbs | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/mail/templates/investigation-request.hbs b/lib/mail/templates/investigation-request.hbs new file mode 100644 index 00000000..a69091a5 --- /dev/null +++ b/lib/mail/templates/investigation-request.hbs @@ -0,0 +1,31 @@ +{{> header logoUrl=logoUrl }} + +<h2 style="font-size:28px; margin-bottom:16px;"> 협력업체 실사 요청</h2> + +<p style="font-size:16px;">안녕하세요,</p> + +<p style="font-size:16px;">협력업체 실사 요청이 접수되었습니다.</p> + +<div style="background-color:#F1F5F9; padding:16px; border-radius:4px; margin:16px 0;"> + <p style="font-size:16px; margin:0 0 8px 0;"><strong>협력업체 ID:</strong></p> + <ul style="margin:0; padding-left:20px;"> + {{#each vendorIds}} + <li style="font-size:16px; margin-bottom:4px;">{{this}}</li> + {{/each}} + </ul> + + {{#if notes}} + <p style="font-size:16px; margin:16px 0 0 0;"><strong>메모:</strong></p> + <p style="font-size:16px; margin:8px 0 0 0;">{{notes}}</p> + {{/if}} +</div> + +<p style="text-align: center; margin: 25px 0;"> + <a href="{{portalUrl}}" target="_blank" style="display:inline-block; background-color:#163CC4; color:#ffffff; padding:10px 20px; text-decoration:none; border-radius:4px;">벤더 포털 바로가기</a> +</p> + +<p style="font-size:16px;">문의사항이 있으시면 시스템 관리자에게 연락해 주세요.</p> + +<p style="font-size:16px;">감사합니다.<br />eVCP 팀</p> + +{{> footer logoUrl=logoUrl companyName=companyName year=year }}
\ No newline at end of file |
