MvcMailer icon indicating copy to clipboard operation
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

Results 92 MvcMailer issues
Sort by recently updated
recently updated
newest added

Hey, I'm using with umbraco but I have following issue: ``` Server Error in '/' Application. Value cannot be null. Parameter name: routeData ``` Here is my controller ``` private...

I am currently reading the 'mail settings' information from the config file. However, I want to give this information over the database. Can you suggest a method for this?

Question here: http://stackoverflow.com/questions/40365517/create-new-httpcontext-for-mvcmailer-so-i-can-use-async-await I'm using MVCMailer which depends on an HttpContext to send out mail. In some cases I'm sending mail from a WebJob, or in an async task that...

I'm using MvcMailer to save emails to a specified directory locally in my asp.net mvc web application. However I would like to save the file name (e.g. 90b871cd-038f-400a-b4d7-01f87e8c3c26.eml) of the...

Does anyone have this issue? I have the code working on my local. I have it working on Windows Server 2008 but I can't get this to work on Windows...

When I try to put MvcMailerMessage into MessageQueue, I'm getting error saying that MailAddress has paramterless constructor. Can you please help me on this?

``` PM> Scaffold Mailer.Razor UserMailer Welcome,PasswordReset Invoke-Scaffolder : A positional parameter cannot be found that accepts argument 'UserMailer'. At line:1 char:1 + Scaffold Mailer.Razor UserMailer Welcome,PasswordReset + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo...

T4Scaffolding has problems in VS2017. Since it's not being maintained anymore and has been replaced with the built-in ASP.NET Scaffolding, might it be possible for MVCMailer to rely completely on...

Hi, i am using MvcMailer and i am using a scheduler job to send mail if send failure, but it's firing exceprion : System.ArgumentNullException : {"CurrentHttpContext cannot be null Parameter...

I followed all the fixes and it doesn't work for me either.