I want to add an image in email body. I don't want to attach an image to the email, but add an image in the email body.
How to do this?
I'm using this.
"<img src=\"data:image/png;base64,"+convertFileTOByteEncrypt()+"\">"
or
"<img src=\"http://images.anandtech.com/doci/3982/HTCSurround-0134.jpg\">"
Then image is displayed like this.