Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

This application is an updated clone with .NET 5.x and ADO.NET of the homonymous application of the one developed by BrightSoul

License

Notifications You must be signed in to change notification settings

AngeloArchiveProjects/BackgroundEmailSender-NET5

Repository files navigation

Background email sender sample

This application is a clone of the homonymous application of the one developed by BrightSoul available at this link: https://github.com/BrightSoul/background-email-sender.

Dependencies

This project uses the MailKit package to deliver emails. The Hosted Service implements the IEmailSender interface from the Microsoft.AspNetCore.Identity.UI but you can make it implement some other similar interface if you don't want to depend upon ASP.NET Core Identity.

Thanks

I thank Moreno G. for providing me with the appropriate information so that I could finish the implementation and make it usable for the production environment.

Getting started

Edit the appsettings.json file with your SMTP server data. Then, just run the application by typing dotnet run. The .NET Core SDK 5.0 (or greater) must be installed in your system. Fill in the form and hit the Send button.

About

This application is an updated clone with .NET 5.x and ADO.NET of the homonymous application of the one developed by BrightSoul

Resources

License

Stars

Watchers

Forks