52,392

Downloads

148

Downloads of v 0.9

2011-02-28

Last update

This is not the latest version of MvcMailer available.

MvcMailer

0.9

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.

This package has a very good amount of test coverage and if you want, take a look at the project site.

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

PM> Install-Package MvcMailer -Version 0.9

Owners

Authors

Tags

Dependencies

Version History

Version Downloads Last updated
MvcMailer 4.0 17749 Monday, October 01 2012
MvcMailer 1.1 29478 Thursday, March 10 2011
MvcMailer 1.0 268 Monday, March 07 2011
MvcMailer 0.9 148 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