diff options
| author | joonhoekim <26rote@gmail.com> | 2025-03-25 15:55:45 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-03-25 15:55:45 +0900 |
| commit | 1a2241c40e10193c5ff7008a7b7b36cc1d855d96 (patch) | |
| tree | 8a5587f10ca55b162d7e3254cb088b323a34c41b /lib/mail/templates/vendor-pq-status.hbs | |
initial commit
Diffstat (limited to 'lib/mail/templates/vendor-pq-status.hbs')
| -rw-r--r-- | lib/mail/templates/vendor-pq-status.hbs | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/lib/mail/templates/vendor-pq-status.hbs b/lib/mail/templates/vendor-pq-status.hbs new file mode 100644 index 00000000..541a6137 --- /dev/null +++ b/lib/mail/templates/vendor-pq-status.hbs @@ -0,0 +1,48 @@ +<!-- file: templates/vendor-pq-status.hbs --> + +<html> + <body style="font-family: sans-serif; margin: 0; padding: 0;"> + <table width="100%" cellspacing="0" cellpadding="20" style="background-color: #f7f7f7;"> + <tr> + <td> + <table width="600" cellspacing="0" cellpadding="20" style="background-color: #ffffff; margin: 0 auto;"> + <tr> + <td style="text-align: center;"> + <h1 style="margin-bottom: 0.5rem;">Vendor PQ Status Update</h1> + </td> + </tr> + <tr> + <td> + <p>Hello {{name}},</p> + <p> + Your vendor status has been updated to + <strong>{{status}}</strong>. + </p> + <p> + You can log in to see details and take further action: + <br /> + <a href="{{loginUrl}}" style="color: #007bff; text-decoration: underline;"> + Go to Portal + </a> + </p> + <p> + If you have any questions, feel free to contact us. + </p> + <p>Thank you,<br/> + The PQ Team + </p> + </td> + </tr> + <tr> + <td style="text-align: center; border-top: 1px solid #eee;"> + <small style="color: #999;"> + © 2023 MyCompany + </small> + </td> + </tr> + </table> + </td> + </tr> + </table> + </body> +</html>
\ No newline at end of file |
