52,033

Downloads

3,631

Downloads of v 4.5

2013-03-17

Last update

MvcMailer

4.5

MvcMailer sends emails using the MVC views as Email Body with no effort. Here's a quick list of features: a) Use Razor/WebForms views b) Use Master pages c) Write Testable Code d) Pass values to your view using ViewBag or ViewModel and e) Generate Absolute URL using Url.Abs method and f) create multi-part emails by just adding a view file, g) scaffold your mailers.

MvcMailer has a MailerBase class that extends ControllerBase class. So, Mailers are just like your Controllers. As a result, you can use all the controller goodies without any learning curve, period. The end result is a professional looking HTML email body ready for your to send to your website users.

Visit the Project site for a comprehensive tutorial on MvcMailer. This version is for ASP.Net MVC 4.5. For other versions, please check MvcMailer4 and MvcMailer3 packages.

To install MvcMailer, run the following command in the Package Manager Console

PM> Install-Package MvcMailer

Owners

Authors

Dependencies

Version History

Version Downloads Last updated
MvcMailer 4.0 17627 Monday, October 01 2012
MvcMailer 1.1 29425 Thursday, March 10 2011
MvcMailer 1.0 267 Monday, March 07 2011
MvcMailer 0.9 146 Monday, February 28 2011
MvcMailer 0.8 113 Tuesday, February 22 2011
MvcMailer 0.7 256 Thursday, January 27 2011
MvcMailer 0.6 181 Tuesday, January 25 2011
MvcMailer 0.4 153 Thursday, January 20 2011
MvcMailer 0.3 116 Wednesday, January 19 2011
MvcMailer 0.2 118 Monday, January 17 2011