MvcMailer provides you with an ActionMailer style email sending NuGet Package for ASP.Net MVC 3. So, you can produce professional looking emails composed of your MVC master pages and views with ViewBag.
MvcMailer is an ASP.NET MVC Mailer, inspired by Ruby on Rails ActionMailer, that helps composing Email body using regular ASP.NET MVC views.
Step by step guide: https://github.com/smsohan/MvcMailer/wiki/MvcMailer-Step-by-Step-Guide
Introduction: http://www.codeproject.com/KB/aspnet/MvcMailerNuGet.aspx
Installation
MvcMailer can most easily be installed through its NuGet package.
Install-Package MvcMailer