Automatic email sending from a website

Asked

Viewed 177 times

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

1 answer

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

You are not signed in. Login or sign up in order to post.