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

Sending Scheduled Mails #157

Open messaddek opened 8 years ago

messaddek commented 8 years ago

Hi, i am using MvcMailer and i am using a scheduler job to send mail if send failure, but it's firing exceprion : System.ArgumentNullException : {"CurrentHttpContext cannot be null Parameter Name : CurrentHttpContext"}

ShashankRama commented 7 years ago

Is this issue resolved??? I have the same issue when sending email a scheduler job. It works fine when sending email normally