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

Scaffold Error ? #90

Closed pantsclunk closed 11 years ago

pantsclunk commented 11 years ago

I'm using VS 2012 with an MVC 4 project. I installed mvcMailer via nuget. It installs fine, then I go to scaffold and get this? Makes no sense? Please help.

thanks

PM> scaffold mailer.razor welcome cmdlet Invoke-Scaffolder at command pipeline position 1 Supply values for the following parameters: MailerMethods[0]:

smsohan commented 11 years ago

The error message says it. The command expects the name of the mailer followed by its methods. Scaffold Mailer Welcome NewUser,Activation


Sent from my iPhone Sohan SM

On 2013-03-18, at 8:55 PM, sfuptown notifications@github.com wrote:

I'm using VS 2012 with an MVC 4 project. I installed mvcMailer via nuget. It installs fine, then I go to scaffold and get this? Makes no sense? Please help.

thanks

PM> scaffold mailer.razor welcome cmdlet Invoke-Scaffolder at command pipeline position 1 Supply values for the following parameters: MailerMethods[0]:

— Reply to this email directly or view it on GitHubhttps://github.com/smsohan/MvcMailer/issues/90 .

pantsclunk commented 11 years ago

Thank you for the quick response. It just worked for me.

Thanks