Descrição
Email Scheduler and Bulk Email Sender is an ASP.Net MVC application that sends emails in bulk. You can insert markers (e.g., FirstName or LastName) in the message body that will be replaced by actual values before sending the emails. You can also schedule emails that will be sent by a windows service.
If you need to generate C# data access layer for the whole database, click here.
If you need to generate C#/VB.Net data access layer for entity framework for the whole database, click here.
Video Demo:
https://www.youtube.com/watch?v=IvJ3ppHdKsQ
Features:
- Send emails in bulk.
- Schedule emails that will be sent later.
- Insert markers (e.g., FirstName or LastName) in the message body that will be replaced by actual values before sending emails.
- Using the beauty and responsiveness of bootstrap.
- Conversion of MVC WebGrid to bootstrap responsive table.
- Conversion of MVC WebGrid pagination to bootstrap pagination.
- Source code has been provided.
- Source code has been documented.
- Easy to integrate.
- Can be used as MVC Bootstrap template.
Source Code:
- Visual Studio 2010 project
- Using MVC 3
- Using .Net 4.0
- Using bootstrap 3.3.6
- Using C#
- Using Entity Framework for Database Connectivity