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

Is it possible to support exchange in addition to SMTP? I'm guessing that many users of this project are enterprise based, and having exchange functionality would really be a plus....

The Mvc.Mailer.UrlHelperExtensions.Abs exception doesn't use the base url parameter in its format string. Currently it is: `throw new Exception(string.Format("Could not create absolute url for {0} using baseUri{0}", relativeOrAbsoluteUrl, BaseUrl(urlHelper)));` But...

Hi there, Before sending email, I want to update the couple of template fields. like User name, Email etc. Whatever is there in Welcome.cshtml, this is sent as an email....

I have added 12 T4 templates so the scaffold can produce VB.NET files. Razor generation works but ASPX has some errors. I don't know enough T4Scaffolding to debug it. Not...

This is to fix issue #94 by downgraded to .NET 4.0 and no longer making use of async. Note The comment for commit 7eb9745e4aceabe14110fb3331038cb5d8364e60 has a typo, it should say...

Adds templates for use in VB projects.

I want to log the messages that are sent out. I was doing this: ``` public virtual MvcMailMessage PasswordReset(string emailTo, string passwordToken) { ViewBag.passwordToken = passwordToken; var mailer = Populate(x...

I need to send out email blasts to the members of my organization, and there are a variety of different blasts I need to send based on different criteria. I...

this issue was posting here: https://github.com/smsohan/MvcMailer/issues/91 it really is strange, because 90% of my messages aren't effected, however, the one that was effected i just burned a day on trying...

Hello, then i send email from mvc control it is send, but then i send the same email from web api control the email come empty with empty view. May...