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

Do not send mail when there are no recipients. #75

Closed uncas closed 11 years ago

uncas commented 11 years ago

Hi, please merge this into your master:

Handles case where I call MVC Mailer without recipients.