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.
This commit is contained in:
2025-06-07 02:17:05 +02:00
parent 532138f988
commit 03aadf06b1

View File

@@ -20,7 +20,7 @@ const {
SMTP_USER = '', SMTP_USER = '',
SMTP_PASS = '', SMTP_PASS = '',
ADMIN_EMAIL = '', ADMIN_EMAIL = '',
WEBSITE_NAME = 'bergsma.it', WEBSITE_NAME = '365DevNet Support',
} = process.env; } = process.env;
// Email configuration // Email configuration