From 625e9e5cbbf4eb7952dc2177e5e00f6f83e793c1 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 13 Jan 2025 10:46:22 +0545 Subject: [PATCH] Update email update --- Helpers/EmailService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/EmailService.cs b/Helpers/EmailService.cs index 77c93ea..ecdc0fb 100644 --- a/Helpers/EmailService.cs +++ b/Helpers/EmailService.cs @@ -13,7 +13,7 @@ namespace Justice.Services private readonly string _smtpServer = "smtp.gmail.com"; private readonly int _smtpPort = 587; private readonly string _senderEmail = "amritsyangtan1@gmail.com"; - private readonly string _senderPassword = "bdcx ycpy cbrr szpm"; + private readonly string _senderPassword = ""; // Map incident types to recipient emails private readonly Dictionary _incidentTypeToEmail;