[Solved] How to make a IHostingService to send emails on order confirm?
[ad_1] A background (hosted) service is a completely different service, using its own thread to do its job. You can’t have your controller “run” something on that service, you have to tell it what to do, and have it do it. The Background tasks with hosted services section in the docs shows two different ways … Read more