1

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..

Community
  • 1
  • 1
Quick learner
  • 699
  • 4
  • 22
  • 39

1 Answers1

1

Maybe this can be of any help to you. FYI You will need to use these 3 required jar files.

  1. mail.jar
  2. Activation.jar
  3. Additional.jar

This tutorial shows in detail how it needs to be done.

More detailed discussion on this topic can be found here on Stackoverflow

TofferJ
  • 4,678
  • 1
  • 37
  • 49
KMI
  • 496
  • 4
  • 24