I want to mail programmatically in Android and I also want to attach an image which is stored in drawable..Is this possible? if yes how to do this?
Asked
Active
Viewed 1,101 times
1
-
2possible duplicate of [Embedding image in email in Android](http://stackoverflow.com/questions/3148486/embedding-image-in-email-in-android) – Robby Pond Mar 10 '11 at 13:07
1 Answers
-1
Hope this helps http://www.helloandroid.com/tutorials/how-send-email-your-application
also, cant you just use javamail api? http://www.oracle.com/technetwork/java/javaee/index-138643.html

Imran Suhail
- 116
- 6