From a0ff8fa5623483ff54297f7874e00c1e236581f3 Mon Sep 17 00:00:00 2001 From: Kevin <91982133+ZaBarudo@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:28:58 +0530 Subject: [PATCH] changed hardcoded email --- src/utils/mail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/mail.ts b/src/utils/mail.ts index 7dfec7d..471fd37 100644 --- a/src/utils/mail.ts +++ b/src/utils/mail.ts @@ -120,7 +120,7 @@ export const sendMail = ( mailContent: string ): Promise => { const data = { - from: 'no-reply@auth.delta-force.club', + from: 'no-reply@festember.com', to: email, subject: subject, html: mailContent