refactor(sendmail): change the send mail function from noreply to donotreply

This commit is contained in:
2026-02-13 14:50:44 -06:00
parent e64dc7c013
commit d9a10d98a1

View File

@@ -94,7 +94,7 @@ export const sendEmail = async (data: any): Promise<any> => {
} as SMTPTransport.Options);
// update the from email
fromEmail = `noreply@alpla.com`;
fromEmail = `donotreply@alpla.com`;
}
// creating the handlbar options