1

Hey, i'm creating an application and would like to know, is there a way to automatically send an email from my application, lets say at 3:00, automatically without any input from the user. So instead of creating an intent to open gmail then user has to hit 'send' is there a way to just send it? Thanks!

Samuel
  • 4,337
  • 3
  • 29
  • 35

2 Answers2

5

This is all you need:

Community
  • 1
  • 1
Cristian
  • 198,401
  • 62
  • 356
  • 264
2

I don't think so (I look forward to an answer that proves me wrong) but I think there are security concerns for that. BUT what I know you could do is make a webservice call that could send an e-mail (on behalf of the user) that has the reply-to set to the user's e-mail address.

Andrew White
  • 52,720
  • 19
  • 113
  • 137