Skip to content

yildirimsoker/HangfireEmailSendExample

Repository files navigation

HangfireEmailSendExample

This project help you to send mail every 2 minutes with hangfire.

image

Technical Features

  • Microsoft Visual Studio 2019
  • C#
  • ASP.NET Core MVC 5.0
  • Hangfire
  • MS SQL SERVER 2019
  • Dependency injection

How to Run Project

  • Step 1: Open MSSQL Server and Run Code
    CREATE DATABASE [HangfireTestDB]
    GO
  • Step 2: Unzip the downloaded folder
  • Step 3: Open HangfireEmailSendExample.sln file with Visual Studio 2019
  • Step 4: Update database connection and Mail Setting: appsettings.json

image

  • Step 5: Run the project by pressing Play / Start button

Note

You can change cron expression

image



https://www.hangfire.io/
https://en.wikipedia.org/wiki/Cron

About

Asp.Net Core Mvc - Hangfire Email Send Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published