2
I have a hosting and my site is already in the air, I wonder if it is possible to schedule the automatic sending of email at a certain time, through the site.
I’m programming in aspx
2
I have a hosting and my site is already in the air, I wonder if it is possible to schedule the automatic sending of email at a certain time, through the site.
I’m programming in aspx
4
Yes, using the Hangfire.
Hangfire can schedule anything, not just emails.
You can integrate Hangfire with Postal.Mvc, which produces emails as if they were Views. You can use Razor or ASPX.
Browser other questions tagged c# asp.net-mvc asp.net
You are not signed in. Login or sign up in order to post.