export const VERIFICATION_EMAIL_TEMPLATE = ` Verify Your Email

Verify Your Email

Hello,

Thank you for signing up! Your verification code is:

{verificationCode}

Enter this code on the verification page to complete your registration.

This code will expire in 15 minutes for security reasons.

If you didn't create an account with us, please ignore this email.

Best regards,
Your App Team

This is an automated message, please do not reply to this email.

`; export const PASSWORD_RESET_SUCCESS_TEMPLATE = ` Password Reset Successful

Password Reset Successful

Hello,

We're writing to confirm that your password has been successfully reset.

If you did not initiate this password reset, please contact our support team immediately.

For security reasons, we recommend that you:

Thank you for helping us keep your account secure.

Best regards,
Your App Team

This is an automated message, please do not reply to this email.

`; export const PASSWORD_RESET_REQUEST_TEMPLATE = ` Reset Your Password

Password Reset

Hello,

We received a request to reset your password. If you didn't make this request, please ignore this email.

To reset your password, click the button below:

Reset Password

This link will expire in 1 hour for security reasons.

Best regards,
Your App Team

This is an automated message, please do not reply to this email.

`;