0

I am building a form that sends emails from an android application, I am using Intents to send the email, that is:

Intent sendIntent;
sendIntent = new Intent(Intent.ACTION_SEND);

My requirement is that I want the email to be sent immediately.

Currently the application is showing me installed email applications in device where I can recompose the email before sending.

I want to send the mail directly without showing installed applications.

Till
  • 4,183
  • 3
  • 16
  • 18
Ankur
  • 1

1 Answers1

0

You check this Library its efficient i have used it alot https://github.com/yesidlazaro/GmailBackground

Haroon
  • 497
  • 4
  • 13