Skip to content

Commit

Permalink
fixing mail sender
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraroi committed Jun 21, 2024
1 parent 9c116bb commit 546f3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MailSender/Notify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public Notify(ILoggerFactory loggerFactory)
_logger = loggerFactory.CreateLogger<Notify>();
configuration = new ConfigurationBuilder()
.AddJsonFile("appsettings.json")
.AddEnvironmentVariables()
.Build();
this.config = configuration.GetSection("App").Get<Config>();
var connectionString = Environment.GetEnvironmentVariable("ConnectionString");
Expand Down

0 comments on commit 546f3ff

Please sign in to comment.