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
582 stars 178 forks source link

msg.Send() method #8

Closed sp4ceman closed 13 years ago

sp4ceman commented 13 years ago

I was wondering if it wouldn't be better moving the Send() extension method out of the Mvc.Mailer namespace into the Web.Mailers namespace.

That way your code behind files only need one using statement. Its a small change, but it took me ages to find the namespace for the send method.

Like I said, just a suggestion. Thanks for an awesome project

smsohan commented 13 years ago

In the wiki, I put an explicit mention of this fact. However, I am editing the wiki to make it even more clear. Btw, did you see the wiki or some other article where it mentions the Send method?