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
Could you please identify the license for this project? Thanks!
I take the same exact solution (project) that uses MVCMailer to send emails out. When I use Visual Studio 2012, it works fine and the email renders correctly. When I...
We are using asp.net MVC 3, and the MVCMailer together. In our _Layout.cshtml file, we have a div's that have class associated with them. i.e. We are also pointing to...
SendAsync() was working for me, but has recently started failing seemingly silently, but then I discovered some async/task related exceptions in the event log that seem to occur around the...
I have a multi-national application, so it would be very convenient for me to have a View directory structure as follows: Views/UserMailer/en/ ..... Views/UserMailer/fr/ .... With all of the language-specific...
The latest version of MvcMailer is compiled under .NET 4.5, so it can't be added to .NET 4.0 projects. It is possible to include framework specific versions of a library...
Hi, first I want to say great job this project, gives me exactly what I'm looking for. I dont see why though do we need EF to run any of...
Hi, I have used your mvcmailer application which is fantastic, in my "contact us" form. the only problem is when I use linkedResources in populateBody method, the email will be...
Hi, when i want send mail Async in my controller with SendAsync method i get to this error: System.InvalidOperationException An asynchronous operation cannot be started at this time. Asynchronous operations...
I'm trying to delete a file automatically after it's being send. Error: "The process cannot access the file. (~\"Path") because it is being used by another process". The same problem...