Okay, so I am trying to send out scheduled activity reminders via email every 30 minutes (If they scheduled an activity), and I have the Quartz stuff working and the MvcMailer worker, however, I am having trouble with getting the Quartz.Net to use the MvcMailMessages.
The error I am getting is: Value cannot be null. Parameter name: httpContext
How am I able to go about this? I have done a lot of searching but am not able to find anything that has worked. I have my Scheduler starting in the Application_Start() of the Global.asax.cs
I could just go back to using the default Email and then somehow format my message differently with all the Htmlz! But I'd rather not spend the time doing this.
Any help would be greaaatly appreciated.