Possible Duplicate:
Sending Email in Android using JavaMail API without using the default/built-in app
I want to send an email with an attached audio file over gmail that i record with my application. Can I send a direct mail from android with attachment without getting the options to choose the method of sending? (bluetooth,etc etc ) ? I just want to send the mail with the attachment on the click of a button.
Can I do this with android? Also, i would be obliged is I could get the code for sending mail over gmail with android.