https://github.com/vndevpro/messaging
Store mail messages in SQL server, deliver unsent messages by a console application, separate sending logic out of main business task.
https://github.com/vndevpro/messaging
email-template messaging
Last synced: 4 months ago
JSON representation
Store mail messages in SQL server, deliver unsent messages by a console application, separate sending logic out of main business task.
- Host: GitHub
- URL: https://github.com/vndevpro/messaging
- Owner: vndevpro
- Created: 2018-09-17T11:29:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T08:42:51.000Z (over 7 years ago)
- Last Synced: 2025-02-26T11:38:36.608Z (over 1 year ago)
- Topics: email-template, messaging
- Language: PLpgSQL
- Homepage:
- Size: 424 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Messaging
Store messages in SQL database and a console application to send messages. This will help to move sending logic out of main business task. Message objects have ability to add additional fields.
## Scripts
SqlServerScripts -> All scripts required for SQL Server
## Binary files
[NuGet package](https://www.nuget.org/packages/Messaging.SqlServer/)
To install on PM console:
```Install-Package Messaging.SqlServer```