MvcMailMessage could not be found
I just tried to install MVCMailer and ScaffR.MvcMailer but kept getting an error
MvcMailMessage could not be found missing type or directive
I was installing it through Manage NuGet Packages in visual studio. Turns out this is not the latest version. So instead, type this into the package manager console and you'll be fine!
PM> install-package MvcMailer
Scaffold Mailer.Razor UserMailer Welcome,PasswordReset











