issues
search
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
HtmlHelper attributes and embedded images content type
#98
Open
tomasmatejka
opened
9 years ago
tomasmatejka
commented
9 years ago
In our project we needed these two features:
"style" attribute of embedded images in email
embedding dynamically generated images without file extensions - that's why we implemented content type recognizing by response header
In our project we needed these two features: