Cookie

Results 1 comments of Cookie

> Fixed by removing `.AddSmtpSender(client)` add adding `services.AddSingleton(x => new SmtpSender(client));` > > Is it a correct solution? Get this error too, and fixed by this method. However I think...