https://github.com/angelodotnet/backgroundemailsender.outboxpattern
This application is a clone of the homonymous application of the one developed by BrightSoul.
https://github.com/angelodotnet/backgroundemailsender.outboxpattern
background-service csharp hacktoberfest hacktoberfest-accepted net6 onion-architecture outbox-pattern sendmail
Last synced: 11 months 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.outboxpattern
- Owner: AngeloDotNet
- License: mit
- Created: 2023-05-24T17:32:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T17:33:54.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T06:13:39.123Z (11 months ago)
- Topics: background-service, csharp, hacktoberfest, hacktoberfest-accepted, net6, onion-architecture, outbox-pattern, sendmail
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Background Email Sender Outbox Pattern
This application is a clone of the homonymous application of the one developed by [@BrightSoul](https://github.com/BrightSoul) available at this link: https://github.com/BrightSoul/background-email-sender but with the integration of the Outbox pattern.