From d9a10d98a12d90d48794e5081c0432335b3dbfd9 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 13 Feb 2026 14:50:44 -0600 Subject: [PATCH] refactor(sendmail): change the send mail function from noreply to donotreply --- lstV2/server/services/notifications/controller/sendMail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lstV2/server/services/notifications/controller/sendMail.ts b/lstV2/server/services/notifications/controller/sendMail.ts index 3f3b49b..898e870 100644 --- a/lstV2/server/services/notifications/controller/sendMail.ts +++ b/lstV2/server/services/notifications/controller/sendMail.ts @@ -94,7 +94,7 @@ export const sendEmail = async (data: any): Promise => { } as SMTPTransport.Options); // update the from email - fromEmail = `noreply@alpla.com`; + fromEmail = `donotreply@alpla.com`; } // creating the handlbar options