Sending an automatic email from a site

2

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

    
asked by anonymous 27.04.2016 / 16:55

1 answer

4

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.

    
27.04.2016 / 17:10