mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
new selfhosted version
This commit is contained in:
37
emails/templates/ForgotPasswordEmail.ts
Normal file
37
emails/templates/ForgotPasswordEmail.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
export const FORGOT_PASSWORD_EMAIL = `<!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</title>
|
||||
</head>
|
||||
|
||||
<body style="margin:0; padding:0; font-family: Arial, sans-serif; background-color: #f9f9f9;">
|
||||
<table align="center" cellpadding="0" cellspacing="0" width="100%"
|
||||
style="max-width: 600px; margin: auto; background-color: #ffffff; border-radius: 8px;">
|
||||
<tr>
|
||||
<td align="center" style="padding: 40px 20px 10px;">
|
||||
<img src="https://static.litlyx.com/icon.png" alt="" width="48px" height="48px">
|
||||
<h2 style="font-size: 20px; color: #333333; margin: 0;">Forgot your password?</h2>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 20px 40px 30px; text-align: center; color: #4a4a4a; font-size: 16px;">
|
||||
<p style="margin: 0 0 20px;">Don't worry! Click the button below to set a new password for your account:</p>
|
||||
<a href="[LINK]"
|
||||
style="display: inline-block; background-color: #0a0a0a; color: #ffffff; text-decoration: none; padding: 12px 24px; border-radius: 8px; font-weight: bold;">
|
||||
Reset Password</a>
|
||||
<p style="margin-top: 20px; font-size: 14px; color: #888888;"><strong>Note:</strong> This link will expire in 3
|
||||
hours.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 20px 40px; text-align: center; font-size: 12px; color: #777777;">
|
||||
<p style="margin-top: 10px;">2025 © Litlyx - Analytics reimagined. All rights reserved.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>`
|
||||
Reference in New Issue
Block a user