https://github.com/angelodotnet/backgroundemailsender
This application is a clone of the homonymous application of the one developed by BrightSoul.
https://github.com/angelodotnet/backgroundemailsender
hacktoberfest hacktoberfest-accepted
Last synced: about 1 year ago
JSON representation
This application is a clone of the homonymous application of the one developed by BrightSoul.
- Host: GitHub
- URL: https://github.com/angelodotnet/backgroundemailsender
- Owner: AngeloDotNet
- License: mit
- Created: 2021-01-10T16:32:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T07:19:46.000Z (about 3 years ago)
- Last Synced: 2025-05-07T01:57:31.972Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: C#
- Homepage: https://bit.ly/3nvRSGq
- Size: 543 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Update
This application updated to the latest version of .NET available (.NET SDK 6.x).
## 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](appsettings.json) file with your SMTP server data. Then, just run the application by typing `dotnet run`. The .NET Core SDK 3.1 (or greater) must be installed in your system. Fill in the form and hit the Send button.

## Badges

[](https://github.com/AepServerNet/BackgroundEmailSender/actions/workflows/dotnet.yml)