We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508b647 commit 6c10442Copy full SHA for 6c10442
BlazorDiffusion/Configure.Smtp.cs
@@ -16,8 +16,6 @@ public void Configure(IWebHostBuilder builder) => builder
16
}
17
})
18
.ConfigureAppHost(appHost => {
19
- var mqService = appHost.Resolve<IMessageService>();
20
- mqService.RegisterHandler<SendEmail>(appHost.ExecuteMessage);
21
// Check if SMTP is configured
22
var smtpConfig = appHost.TryResolve<SmtpConfig>();
23
var log = appHost.GetApplicationServices().GetRequiredService<ILogger<ConfigureSmtp>>();
0 commit comments