I followed the step by step guide to install MvcMailer via NuGet but:
- that didn't install any new Reference to my project
- the
using Mvc.Mailer
is not resolved on the UserMailer.cs
this version is supposed to be compatible with .Net 4.0... Am I missing something ? Do I have something to install manually ?
If anybody has an alternative solution to this, I am just looking for a "clean" way to generate email within my MVC4 project .Net Framework 4 (4.0.3)
Thanks