diff options
Diffstat (limited to 'lib/mail/templates/vendor-pq-status.hbs')
| -rw-r--r-- | lib/mail/templates/vendor-pq-status.hbs | 69 |
1 files changed, 22 insertions, 47 deletions
diff --git a/lib/mail/templates/vendor-pq-status.hbs b/lib/mail/templates/vendor-pq-status.hbs index 541a6137..4a3fece5 100644 --- a/lib/mail/templates/vendor-pq-status.hbs +++ b/lib/mail/templates/vendor-pq-status.hbs @@ -1,48 +1,23 @@ -<!-- file: templates/vendor-pq-status.hbs --> +{{> header logoUrl=logoUrl }} -<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 +<h1 style="text-align:center; font-size:28px; margin-bottom:20px;">Vendor PQ Status Update</h1> + +<p style="font-size:16px;">Hello {{name}},</p> + +<p style="font-size:16px;"> + Your vendor status has been updated to <strong>{{status}}</strong>. +</p> + +<p style="font-size:16px;"> + You can log in to see details and take further action: + <br /> + <a href="{{loginUrl}}" target="_blank" style="color:#163CC4; text-decoration:underline;"> + Go to Portal + </a> +</p> + +<p style="font-size:16px;">If you have any questions, feel free to contact us.</p> + +<p style="font-size:16px;">Thank you,<br/>The PQ Team</p> + +{{> footer logoUrl=logoUrl companyName=companyName year=year }}
\ No newline at end of file |
