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

Quartz + MVCMailer #39

Open edubauer opened 12 years ago

edubauer commented 12 years ago

How i use quartz.net and Mvc mailer together, because, the httpcontex é alwayz null..??

erayaydogdu commented 12 years ago

did you find something about this issues ?

edubauer commented 12 years ago

not yet!!

khalidabuhakmeh commented 12 years ago

Just seed your quartz job with a URL to hit. The quartz job will just call your website, which will have an httpcontext.

erayaydogdu commented 12 years ago

yeah already i solved like that but it's unhealtly solution..