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

added "style" attribute to @Html.EmbedImage #110

Closed denisz1 closed 1 year ago

denisz1 commented 9 years ago

As detailed on this issue.

This adds a "style" attribute to the @Html.EmbedImage() extension method. This is important because in HTML emails you need to place styles inline.

denisz1 commented 9 years ago

Actually, this should also include an attribute for width and height, as those are essential for images in HTML emails!

ghost commented 9 years ago

As well as the border attribute