From 96b88199bb22eae32ae7a5af165facacab72bdce Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Thu, 8 Jan 2026 15:33:19 -0600 Subject: [PATCH] fonts pls come back --- mailer.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/mailer.js b/mailer.js index 5684ed6..31f5a0e 100644 --- a/mailer.js +++ b/mailer.js @@ -56,18 +56,18 @@ async function sendVerificationEmail(toEmail, token, name, localHour = new Date( -

BlindMaster

-

Smart Home Automation

+

BlindMaster

+

Smart Home Automation

-

- Welcome${name && name.trim() ? `, ${name.trim()}` : ''}! +

+ Welcome${name && name.trim() ? `, ${name.trim()}` : ''}!

-

+

Thank you for joining BlindMaster! To electrify your blinds, please verify your email address 🥹

@@ -77,7 +77,7 @@ async function sendVerificationEmail(toEmail, token, name, localHour = new Date( + style="display: inline-block; padding: 16px 48px; background-color: ${primaryColor}; color: #ffffff; text-decoration: none; border-radius: 8px; font-size: 16px; font-weight: bold; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; font-family: 'ABeeZee', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;"> Verify Email Address @@ -93,10 +93,10 @@ async function sendVerificationEmail(toEmail, token, name, localHour = new Date( -

+

This verification link will expire in 24 hours.

-

+

If you didn't create a BlindMaster account, please ignore this email!!!

@@ -105,7 +105,7 @@ async function sendVerificationEmail(toEmail, token, name, localHour = new Date( -

+

© 2026 BlindMaster. All rights reserved.

@@ -153,18 +153,18 @@ async function sendPasswordResetEmail(toEmail, code, name, localHour = new Date( -

BlindMaster

-

Smart Home Automation

+

BlindMaster

+

Smart Home Automation

-

+

Password Reset Request

-

+

${name && name.trim() ? `Hi ${name.trim()}, we` : 'We'} received a request to reset your password. Use the code below to continue:

@@ -191,10 +191,10 @@ async function sendPasswordResetEmail(toEmail, code, name, localHour = new Date( -

+

This code will expire in 15 minutes.

-

+

If you didn't request a password reset, please ignore this email.

@@ -203,7 +203,7 @@ async function sendPasswordResetEmail(toEmail, code, name, localHour = new Date( -

+

© 2026 BlindMaster. All rights reserved.