andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 168 forks source link

message.IsBodyHtml = false; //has incorrect value #114

Open mohammadjp opened 9 years ago

mohammadjp commented 9 years ago

I think that message.IsBodyHtml = true; is correct

https://github.com/andrewdavey/postal/blob/master/src/Postal/EmailParser.cs#L55