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

Unable to put MvcMailerMessage into MessageQueue(MSMQ) #163

Open iyamperumal opened 6 years ago

iyamperumal commented 6 years ago

When I try to put MvcMailerMessage into MessageQueue, I'm getting error saying that MailAddress has paramterless constructor. Can you please help me on this?