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

Tried to use scaffolding - falls apart. Needs a fix.

As MVC 5 is not served from GAC, MVC 5 nuget package is added, It was throwing exception in Azure cloud service due to older MVC reference "Azure Role does...

Tried using this with MVC5 application in VS2015 targeting .Net 4.6. You cannot get the packages aligned, even when installing via packet manager for solution. Constantly getting package manager errors....

Hello, can you please update to current.

Hi smsohan, ``` var client = new SmtpClientWrapper(); client.SendCompleted += SendEmailCompleted; ``` void SendEmailCompleted(object sender, System.ComponentModel.AsyncCompletedEventArgs e) { var mailMsg = sender as System.Net.Mail.SmtpClient; //mailMsg.message

localhost is ok, email sending..but on server i get the error "Failure sending mail." and i dont know why, could you help me?

PM> Install-Package MvcMailer Attempting to resolve dependency 'T4Scaffolding.Core (≥ 1.0.0)'. Installing 'T4Scaffolding.Core 1.0.0'. Successfully installed 'T4Scaffolding.Core 1.0.0'. Set-DefaultScaffolder : Cannot get an instance of EnvDTE.DTE At C:\Users\MALCOLM\documents\visual studio 2013\Projects\TestApp\packages\T4Scaffolding.Core.1.0.0\tools\init.ps1:50 char:9...

Hello, I wanted to use MvcMailer from a WCF service, and found only a small modification to MvcMailer helped this along dramatically. I wanted to share it with you, as...

Your function generating the attachement is taking the path to the file as a parameter. However, I am trying to include an image in the email that is saved in...

I have been Googling and trying to solve a problem with MailMessage.SubjectEncoding for days. Apparently System.Net.Mail is a bit broken and doesn't encode the subject line in email messages properly...