I have a web hosting and my website is already in the air, I would like to know if it is possible to schedule automatic sending of emails at a certain time, through the website.
I'm programming in aspx
I have a web hosting and my website is already in the air, I would like to know if it is possible to schedule automatic sending of emails at a certain time, through the website.
I'm programming in aspx
Yes, using Hangfire .
Hangfire can schedule anything, not just e-mail.
You can integrate Hangfire with Postal.Mvc , which produces emails as if they were < in> Views . You can use Razor or ASPX.