Update email update

main
unknown 6 months ago
parent 409af7ca08
commit 625e9e5cbb
  1. 2
      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<string, string> _incidentTypeToEmail;

Loading…
Cancel
Save