Skip to content

Store mail messages in SQL server, deliver unsent messages by a console application, separate sending logic out of main business task.

Notifications You must be signed in to change notification settings

vndevpro/Messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

To install on PM console:

Install-Package Messaging.SqlServer

About

Store mail messages in SQL server, deliver unsent messages by a console application, separate sending logic out of main business task.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published