An open API service indexing awesome lists of open source software.

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.

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```