.Net core API side how we achieved in Recurring jobs in Mail notification ?
Loading
.Net core API side how we achieved in Recurring jobs in Mail notification ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Sep 13, 2023, 5:52 AM
You can achieve this by using library like Hangfire. It is a popular open-source library that allows you to perform background processing, including recurring tasks, in your .NET applications.
For more details check the below links:
https://www.twilio.com/blog/recurring-emails-csharp-dotnet-with-hangfire-sendgrid
https://procodeguide.com/programming/hangfire-in-aspnet-core-schedule-jobs/