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!
Asked
Active
Viewed 3,831 times
2 Answers
5
This is all you need:
-
All users now call me "dear"... what's going on? XD – Cristian Dec 16 '10 at 23:25
-
lol, I wasn't calling you dear, I was thanking you dearly haha :p, if you're really into android, hit me up on google talk sam.voss, I'm always looking to have more developer friends to help/be helped! – Samuel Dec 17 '10 at 02:18
-
Hey... nice... just added you. – Cristian Dec 17 '10 at 02:23
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