Send Mail With Blazor Before Page Loading

Viewed 33

Hi I am totally newbie about .NET Core blazor. I have a standing (running) application.I want to check some situations and send mail to the user every day. but I don't want to use the OnInitializedAsync() function for this because I want to check and send mail even if the user does not open the page. Is there any way to do something like this.

1 Answers
Related