How to add an image in email body
问题 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. 回答1: Unfortunately, it's not possible to do this with Intents. The reason why for example bold text is displayed in the EditText and not an Image