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

Not getting .Send() and .SendAsync() extension methods? #26

Closed southofmarket closed 12 years ago

southofmarket commented 12 years ago

I just installed MvcMailer via Nuget and I do not get the extension methods to send mail.

When I type this UserMail.Welcome(). I see a bunch of properties like attachments, sender, etc. But no Send or SendAsync

Am I missing something. The Nuget install worked fine with no errors. Using Mvc3 with VS 2010.

Thank you.

smsohan commented 12 years ago

using Mvc.Mailer;

Sohan http://smsohan.com skype:smsohan | gtalk:sohan39 | cell: 403-714-2673

On Wed, Sep 14, 2011 at 3:27 PM, southofmarket < reply@reply.github.com>wrote:

I just installed MvcMailer via Nuget and I do not get the extension methods to send mail.

When I type this UserMail.Welcome(). I see a bunch of properties like attachments, sender, etc. But no Send or SendAsync

Am I missing something. The Nuget install worked fine with no errors. Using Mvc3 with VS 2010.

Thank you.

Reply to this email directly or view it on GitHub: https://github.com/smsohan/MvcMailer/issues/26

southofmarket commented 12 years ago

Forget it, my bad. Just missing the using Mvc.Mailer