From 104bd37bcb1b0309f1aca5a735b5d25d6546d611 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 24 May 2023 11:44:58 +0200 Subject: [PATCH 1/3] Update appsettings.Development.json --- .../Elektrifikatsiya/appsettings.Development.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json index 6e66cb1..390a8da 100644 --- a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json +++ b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json @@ -7,13 +7,13 @@ } }, "EmailSettings": { - "User": "sendinblue@stone-red.net", - "DefaultEmail": "noreply@status.exposed", - "Key": "xsmtpsib-34d2ebc5edbb9b7bdbb9fd8ad4f724a759135883c52f9a9aadd919f7492f215a-FztV7QTUhdyaSk9p", + "User": "SMTP_USER", + "Key": "", + "DefaultEmail": "SMTP_EMAIL_ADDRESS", "Templates": { "DailyNotification": "../assets/DailyNotif.html" }, - "SmtpServer": "smtp-relay.sendinblue.com", - "SmtpPort": 587 + "SmtpServer": "", + "SmtpPort": } -} \ No newline at end of file +} From 2f79ccb22da1ee850a91a00277d6a4990444c36b Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 24 May 2023 11:45:16 +0200 Subject: [PATCH 2/3] Update appsettings.Development.json --- .../Elektrifikatsiya/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json index 390a8da..abf7457 100644 --- a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json +++ b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json @@ -7,7 +7,7 @@ } }, "EmailSettings": { - "User": "SMTP_USER", + "User": "", "Key": "", "DefaultEmail": "SMTP_EMAIL_ADDRESS", "Templates": { From f74cff3d39c9777277ab35b3167531deb656d07f Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 24 May 2023 11:48:07 +0200 Subject: [PATCH 3/3] Update appsettings.Development.json --- .../Elektrifikatsiya/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json index abf7457..b1316c0 100644 --- a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json +++ b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json @@ -9,7 +9,7 @@ "EmailSettings": { "User": "", "Key": "", - "DefaultEmail": "SMTP_EMAIL_ADDRESS", + "DefaultEmail": "", "Templates": { "DailyNotification": "../assets/DailyNotif.html" },