Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Jul 22, 2022
1 parent b4cabef commit bd8d6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Minimail/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static async Task Main(string[] args)
.Certificate(X509Certificate2.CreateFromPemFile(pathsOptions.CertFullChain, pathsOptions.CertPrivateKey)))
.Build();

var serviceProvider = new ServiceProvider();
var serviceProvider = new SmtpServer.ComponentModel.ServiceProvider();
serviceProvider.Add(new MiniMailboxFilter(_whitelist, logger));
serviceProvider.Add(new MiniMessageStore(pathsOptions, logger));

Expand Down

0 comments on commit bd8d6d8

Please sign in to comment.