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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user