Android: Adding Images To The Compose Body Of The Email
Is there any way of adding images to the body of the mail (i.e Compose). I have some text with images that I want to dump into the compose of the mail. I don't need to add image ha
Solution 1:
The gmail interface doesn't support inline images as attachments. If you absolutely need images inline, you'd have to upload them somewhere and include a link in your message. Although, in the compose window I'm fairly certain you'd only be able to see the html.
Post a Comment for "Android: Adding Images To The Compose Body Of The Email"