[android-developers] Send Email without user input

2012-01-15 Thread ambi
Hi, My requirement is to build an app that will send email to user at regular intervals but without any input from the user. Is there any way to do that? I am aware of the javamail-android available at the following link but would like to know of any other way (perhaps something mentioned in the

Re: [android-developers] Send Email without user input

2012-01-15 Thread Mark Murphy
On Sun, Jan 15, 2012 at 8:59 AM, ambi ambi1...@gmail.com wrote: My requirement is to build an app that will send email to user at regular intervals but without any input from the user. Is there any way to do that? Use JavaMail or another email API. Or, do the mailing from some Web service that

Re: [android-developers] Send Email without user input

2012-01-15 Thread Kostya Vasilyev
A particular device may have an Email application different from the one in Android sources (e.g. HTCs and the new Samsungs come to mind). The user may install any of the third-party Email clients (K9, ProfiMail, Mail Droid, Enhanced Email, Yahoo Mail, Yandex Mail, ) The user may not have

Re: [android-developers] Send Email without user input

2012-01-15 Thread Dhaval Varia
http://stackoverflow.com/questions/2020088/sending-email-in-android-using-javamail-api-without-using-the-default-android-ap On Jan 15, 2012 7:29 PM, ambi ambi1...@gmail.com wrote: Hi, My requirement is to build an app that will send email to user at regular intervals but without any input