humansg
humansg

Reputation: 715

Android - Using email intent to send email without pressing "send"

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?

Upvotes: 0

Views: 1725

Answers (2)

AndroidDev
AndroidDev

Reputation: 2647

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.

Upvotes: 0

Parag Chauhan
Parag Chauhan

Reputation: 35986

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

Upvotes: 1

Related Questions