MvcMailer
MvcMailer copied to clipboard
A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
When using MvcMailer in the Cloud and publishing the package the state of the publish stays in cycling. The Solution is created with MVC4. After numerous attemps intellitrace noted that...
I installed the package as instructed but at the end of it there's an error and no Mvc.Mailer reference is added to project but I was able to scaffold my...
Hi, The MvcMailer NuGet package messes up the Web.config for Views in a MVC 4 beta Internet Application. Steps to reproduce: - create a default template MVC 4 Internet Application...
This wasn't surprising to discover, as the exact same thing happened to me -- I have a custom method I use that does the same thing, and it also broke...
Have an MVC project that uses a few webforms in it - we are in the process of converting them over. One of the pages happens to render a report....
How i use quartz.net and Mvc mailer together, because, the httpcontex é alwayz null..??
In a brand-new MVC 4 Beta project, with a brand-new version of NuGet and the latest (1.0.5) version of T4Scaffolding the command PM> Scaffold Mailer UserMailer Welcome,PasswordReset Displays this error:...
When using SpecifiedPickupDirectory as the deliveryMethod in Web.config for testing (rather than Network with a host value), an InvalidOperationException is thrown with the message "The SMTP host was not specified."...
I've got this error on godaddy hosting, only. It works correct on my internal server. I've created simple template with three images included as described on https://github.com/smsohan/MvcMailer/wiki/MvcMailer-Step-by-Step-Guide But it seems...
I want something very simple: share layouts between mailers! Right now the only elegant way I found is @{ Layout = "~/Views/EmailLayouts/_Layout.cshtml"; } At the beginning of each Email view....