1

Can i automatically send a mail (Without the user need to approve). I found some code only for gmail here

Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243

1 Answers1

4

Now without using Intent (Without user interaction) you can send mail.

For this look at Sending Emails without User Intervention (no Intents) in Android

also Sending Email in Android using JavaMail API without using the default android app(Builtin Email application)

or Sending email without user interaction in Android.

Try this and let me know what happen,,

Thanks.

Community
  • 1
  • 1
user370305
  • 108,599
  • 23
  • 164
  • 151