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,247
  • 3
  • 28
  • 35

2 Answers2

5

This is all you need:

Community
  • 1
  • 1
Cristian
  • 196,304
  • 62
  • 355
  • 262
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
  • 51,542
  • 18
  • 111
  • 135