Possible Duplicate:
Sending Email in Android using JavaMail API without using the default Android app(Builtin Email application)
Hi am developing android application. In that my concept is when am clicking one button in my own application, then automatically it has to invoke email application with prefilled fields like to,subject etc and able to send mail automatically without user intervention.
Am able to invoke email application using intents with all the prefilled fields.
problem is need to select "send" button inorder to send mail.
Is there any possibility to send automatically???
Please help me thanks in advance..