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

CSS Rendering #99

Closed harshchandra1984 closed 9 years ago

harshchandra1984 commented 9 years ago

Hello I would like to check if the library supports css rendering as well. Typically, I don't want to put inline styling with html tags. Something like,

......some table content

Can it be able to parse and put css inline and show proper styling when sent?

Thanks

andrewdavey commented 9 years ago

I think this other thread will help: https://github.com/andrewdavey/postal/issues/94