I am developing an application in Android. I don\'t know how to send an email from the application?
Use .setType("message/rfc822") or the chooser will show you all of the (many) applications that support the send intent.
.setType("message/rfc822")