Hi All, I tried to send a image as a body of email. sendIntent.putExtra(Intent.EXTRA_TEXT, "<HTML><BODY><b><IMG SRC= \"data:image/jpeg;base64," + uPathYour1.getPath()+".jpg" + "\" alt = \"pleaseview this image\"/></b></BODY></HTML>");
However email was not received properly with the actual image. Anybody have tried this?? I can send image as attachment.I am trying to send multiple images in body because I couldnt send multiple image attachments once. Thanks Regards, Isuru --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

