diff --git a/app/(api)/_actions/emails/emailTemplates/forgotPasswordTemplate.ts b/app/(api)/_actions/emails/emailTemplates/forgotPasswordTemplate.ts new file mode 100644 index 00000000..590c84dc --- /dev/null +++ b/app/(api)/_actions/emails/emailTemplates/forgotPasswordTemplate.ts @@ -0,0 +1,50 @@ +export default function forgotPasswordTemplate(link: string) { + const HEADER_IMAGE_URL = `${process.env.BASE_URL}/email/2025_email_header.png`; + return ` + + +
+ + + +Click the link below to reset your password for the HackDavis Hub. This link expires in 24 hours. Do NOT share this link with anyone.
+ +If you didn't request to reset your password, you can safely ignore this email.
+Click the link below to create your account on the HackDavis Hub. Do NOT share this unique invite link with anyone.
+ +- Click the button below to create your account on the HackDavis Hub. This link expires in 14 days. Do NOT share this unique invite link with anyone. -
- Register -If you're having trouble with the above button, copy and paste the following link into your browser:
-${link}
-- Click the button below to reset your password for the HackDavis Hub. This link expires in 24 hours. Do NOT share this link with anyone. If you didn't request a password reset, you can safely ignore this email. -
- Reset Password -If you're having trouble with the above button, copy and paste the following link into your browser:
-${link}
-