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

Hello, I tried to insert a css file to my mail instead of writing all the css at the end of the cshtml page. The name of the css is...

I've opened my MVC 3 application for the first time in VS 2013 and I'm getting this error saying there's no "Send" method on the MailMessage class. I want to...

The best bet to styling html emails is to set the style attribute in the corresponding tags. However, most people usually have their style definitions in separate css files. There...

Hi, Using mvcmailer to send emails for a form submission, and we set the From to be the name and email that was gathered in the form. We use an...

Is it possible to override the view's folder ? IE : UserMailer ---> ~/Views/Email IdentityMailer ---> ~/Views/Email

Hi, Can anybody confirm this package supported on asp.net 5 mvc 6. Thanks

I am not sure if this is an ongoing issue with the scaffolding https://github.com/smsohan/MvcMailer/issues/115, but after i install MvcMailer i cant create controllers. ![error](https://cloud.githubusercontent.com/assets/614944/4306032/b6d31898-3e7d-11e4-8c10-9bb6800cad35.jpg) I am running visual studio 2013...

The command: Scaffold Mailer.Razor UserMailer Welcome,PasswordReset gives the error: Invoke-Scaffolder : A positional parameter cannot be found that accepts argument 'UserMailer'. At line:1 char:1 - Scaffold Mailer.Razor UserMailer Welcome,PasswordReset -...

Hi Sohan, I was wondering if this package works with MVC 5/MVC 5.1 that was recently released (a couple of weeks ago). If not, will there be an update? I'm...

Hi, On an other project we just used http://nuget.org/packages/PreMailer.Net/1.1.2 to automatically inline style sheets so the chance is its looks the same in all email clients is better. I did...