emailservice/mailer/templates/emails/sellercentral/common/password_reset.html
vickytechkey d49fd41bfd
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
Use uploaded PNG logo in email templates
2026-08-23 12:27:14 +05:30

71 lines
No EOL
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reset Your Password - Tradhox</title>
<link href="https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@400;600&display=swap" rel="stylesheet">
</head>
<body style="margin: 0; padding: 0; background-color: #fbf9f8; font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; -webkit-font-smoothing: antialiased; color: #4a4a4a;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #fbf9f8; padding: 64px 24px;">
<tr>
<td align="center">
<table width="600" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff; border-radius: 8px; border: 1px solid #d9c5b2; overflow: hidden;">
<!-- Header -->
<tr>
<td align="center" style="padding: 24px; background-color: #fbf9f8; border-bottom: 1px solid #d9c5b2;">
<img src="{{ logo_url }}" alt="Tradhox" width="160" style="display: block; border: 0; outline: none; text-decoration: none;" />
</td>
</tr>
<!-- Content -->
<tr>
<td style="padding: 64px 32px 32px 32px; text-align: center;">
<h2 style="margin: 0 0 24px 0; font-family: 'Libre Caslon Text', serif; font-size: 24px; color: #6b1a2c; font-weight: 600;">Reset Your Password</h2>
<p style="margin: 0 0 32px 0; font-size: 16px; line-height: 24px; color: #4a4a4a;">
We received a request to reset your Tradhox password. You can reset your password by clicking the button below. This link will expire in 24 hours.
</p>
</td>
</tr>
<!-- Reset Action -->
<tr>
<td align="center" style="padding: 0 32px 32px 32px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-radius: 4px;" bgcolor="#6b1a2c">
<a href="{{ reset_link }}" target="_blank" style="font-size: 14px; font-weight: 600; font-family: 'Work Sans', sans-serif; color: #ffffff; text-decoration: none; padding: 12px 24px; border-radius: 4px; display: inline-block;">
Reset Password &rarr;
</a>
</td>
</tr>
</table>
</td>
</tr>
<!-- Security Notice -->
<tr>
<td style="padding: 32px; border-top: 1px solid #d9c5b2;">
<p style="margin: 0; font-size: 14px; line-height: 24px; color: #5f5e5b;">
If you did not request a password reset, you can safely ignore this email. Your password will remain unchanged.
</p>
</td>
</tr>
<!-- Footer -->
<tr>
<td align="center" style="padding: 32px; background-color: #fbf9f8; border-top: 1px solid #d9c5b2;">
<h4 style="margin: 0 0 16px 0; font-family: 'Libre Caslon Text', serif; font-size: 18px; color: #2c2114; font-weight: 600;">Tradhox</h4>
<p style="margin: 0 0 16px 0; font-size: 12px; color: #636260; text-transform: uppercase; letter-spacing: 0.1em;">
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Privacy Policy</a>
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Terms of Service</a>
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Unsubscribe</a>
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Contact Us</a>
</p>
<p style="margin: 0; font-size: 12px; color: #636260;">
&copy; {% now "Y" %} Tradhox Artisanal Marketplace. All rights reserved.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>