DEV Community

Angelo Pirola
Angelo Pirola

Posted on • Edited on

1

How 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)

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay