From 03aadf06b13f10e19b2327bad3fcbf0c9bc08b7d Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Sat, 7 Jun 2025 02:17:05 +0200 Subject: [PATCH] Update email handler to change website name for improved branding - Change the default WEBSITE_NAME from 'bergsma.it' to '365DevNet Support' for better alignment with the current branding strategy. --- src/utils/email-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/email-handler.ts b/src/utils/email-handler.ts index a5f4b4e..aee8e06 100644 --- a/src/utils/email-handler.ts +++ b/src/utils/email-handler.ts @@ -20,7 +20,7 @@ const { SMTP_USER = '', SMTP_PASS = '', ADMIN_EMAIL = '', - WEBSITE_NAME = 'bergsma.it', + WEBSITE_NAME = '365DevNet Support', } = process.env; // Email configuration