|
|
|
@ -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; |
|
|
|
|