0

Very similar to what is being asked here. Sending email through intent without having to press send button But it wasn't really answered.

I wish to use this native application to send my email (without pressing the send button) as it gave me the feature of saving the mail to outbox whenever there is no internet connection and automatically help resume the sending whenever internet connection comes back.

I do not know how to do that using JavaMail. How do I handle such exception with JavaMail if I cannot use such intent?

Community
  • 1
  • 1
humansg
  • 735
  • 3
  • 12
  • 30

2 Answers2

1

Look at the link, there is an answer for your question. And u want to add Diff jar *

   - mail.jar
   * activation.jar
   * additionnal.jar

That Also desc in this link

Send Email in Background

Community
  • 1
  • 1
Parag Chauhan
  • 35,760
  • 13
  • 86
  • 95
  • Which link tells me about "saving the mail to outbox whenever there is no internet connection and automatically help resume the sending whenever internet connection comes back."? – humansg Jan 25 '12 at 15:31
0

Have a look here... it contains all the details of sending mail without Intent class or pressing send button of default GMail app of Android.

Community
  • 1
  • 1
AndroidDev
  • 2,627
  • 6
  • 29
  • 41