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

1
  • you wish to send email withoud user knowing about it? Commented Apr 23, 2012 at 12:33

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.