DEV Community

Angelo Pirola
Angelo Pirola

Posted on

Example to create a background email sender

The example in the github repository below shows how a Hosted Service for sending emails with automatic retry (number of attempts and number of retries configurable in the appsettings.json file) in a project developed with .NET 6 (it will be migrated to .NET 8 in the next weeks).

This example is a fork of a project developed by Moreno Gentili (Repository), whom I thank for providing me with the information necessary to complete the implementation

GitHub Repository

Comments and/or suggestions are always welcome.

Top comments (0)