smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
585 stars 176 forks source link

Add template and code for "Registration confirmation email" out of the box #84

Closed dotnetwise closed 11 years ago

dotnetwise commented 11 years ago

This is a fairly very common task. You should add it by default and write proper documentation on how to "enable" it

smsohan commented 11 years ago

While this is fairly common, the underlying implementation varies quite a bit between projects. To simplify the generation, there's Scaffolders. I'm hoping this works fine for most use cases and provides a balance.