Email HTML document, embedding images using c# -


so here situation.

i need send email string in html format has images embedded in it. tried converting images base64 not work.

the email has 3 images type system.drawing.image. need them in html formatted string.

you right converting base64, not enough embed (there no way client distinguish base64 plain text), need format bit.

check out buhake's answer, covers problem in general (you should able take there): how embed images in email


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -