SM Sohan

Results 84 comments of SM Sohan

Is this still failing after things are removed from the view? ## Sohan http://smsohan.com skype:smsohan | gtalk:sohan39 | cell: 403-714-2673 On Mon, Nov 19, 2012 at 8:49 AM, Eonasdan [email protected]...

Can you try the example project to see if this is a problem with something specific to your project or MvcMailer in general? https://github.com/tylermercier/MvcApplication3 ## Sohan http://smsohan.com skype:smsohan | gtalk:sohan39...

Thanks for your pull request. I am on the go these days and hopefully get your code before I release a new version early May. Really appreciate your interest.

Nope, its not ready to pull. But I will keep you posted when its ready.

The catch is without the httpContext the MVC framework becomes almost useless. For example, HTML helpers, URL helpers, view engines and view finding - everything depends deeply on HttpContext. I...

Any idea how this can be used? On Sat, Jun 11, 2011 at 8:54 AM, daniel-sim < [email protected]>wrote: > I'm very interested in using MVC mailer + Quartz.net > >...

I think there are multiple issues with trying to make email sending offline workable while using the MVC framework. For example, all your http and url helpers will be uncertain....

Hmm, going through a web service is likely the best alternative, that way you have the full stack on your hand. I would suggest going RESTful, so you have a...

@nwbbc did you check if this still works with a C# project, meaning the right templates being used for C# based projects?

@nwbbc the templates need to go under tools/vb folder.