Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smsohan/MvcMailer
A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
https://github.com/smsohan/MvcMailer
Last synced: 7 days ago
JSON representation
A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
- Host: GitHub
- URL: https://github.com/smsohan/MvcMailer
- Owner: smsohan
- License: mit
- Created: 2011-01-11T19:12:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T19:02:33.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T03:37:49.106Z (15 days ago)
- Language: C#
- Homepage:
- Size: 12.5 MB
- Stars: 579
- Watchers: 67
- Forks: 178
- Open Issues: 92
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
MvcMailer is an ASP.NET MVC Mailer, inspired by Ruby on Rails ActionMailer, that helps composing Email
body using regular ASP.NET MVC views. This one works with .Net 4.0 for now.##How to Use
See [MvcMailer Wiki](https://github.com/smsohan/MvcMailer/wiki/MvcMailer-Step-by-Step-Guide)
##Report Feature or Issues
Use [Github Issues Page](https://github.com/smsohan/mvcmailer/issues) to mention your desired feature or if something is broken!
##Have Fun
I have a lot of fun working on this project. Wish you enjoy using it and if you wish, you can contribute too. Find me on Twitter [@smsohan](http://twitter.com/smsohan)
## Other Contributors
[@TylerMercier](https://github.com/tylermercier)