I too want to send email programmtaically (i.e without a send form). I've got it working with my hardcoded credentials, but I want my app to use the user's account to send the email from the user's account and receive replies to his account. How do I do this?
On Nov 12, 10:51 am, "Sunit Katkar" <[EMAIL PROTECTED]> wrote: > Thank you. I will try this. > > > > On Wed, Nov 12, 2008 at 12:44 AM, Peli <[EMAIL PROTECTED]> wrote: > > > You can find a code snippet here: > >http://www.openintents.org/en/node/121 > > > There is also a related SENDTO action which you can look up in the > > documentation. > > > Peli > >www.openintents.org > > > On Nov 12, 8:52 am, "Sunit Katkar" <[EMAIL PROTECTED]> wrote: > > > Ok how would I implement the 'send form'. Do you mean that I should > > launch a > > > web browser and use some webmail type of application hosted on a server? > > > I was thinking about the Email Outbox. How can I put a simple text > > message > > > as an email in the Outbox? I know I could do this long long ago with Palm > > OS > > > ver3.0. Hope there is a way to do it on Android. > > > > - Sunit > > > > On Tue, Nov 11, 2008 at 5:25 PM, Andrew Burgess <[EMAIL PROTECTED]> > > wrote: > > > > If you don't want to direct the user to the typical send form, then > > you're > > > > going to have to either try and adapt an existing java based mailer to > > > > android or write an SMTP client from scratch. The SMTP standard isn't > > too > > > > hard to implement. > > > > > On Tue, Nov 11, 2008 at 8:05 PM, Sunit Katkar <[EMAIL PROTECTED] > > >wrote: > > > > >> Any ideas? Any pointers to some examples? > > > > >> On Tue, Nov 11, 2008 at 9:42 AM, Sunit Katkar <[EMAIL PROTECTED] > > >wrote: > > > > >>> Suppose I have an Activity which has couple of text fields - one for > > the > > > >>> subject and one for body text. > > > >>> And there is a simple Button. When user clicks the button, I wish to > > send > > > >>> the text in the textfields via email to a predetermined email > > address. > > > >>> How can I achieve this? > > > > >>> Sorry for being lazy and not looking up the SDK docs :) > > > > >>> PS: I have configured the EMAIL app on G1 using the Email setup > > steps, so > > > >>> it can receive and send email from my email account. > > > > >>> -- > > > >>> - Sunit Katkar > > > >>>http://sunitkatkar.blogspot.com/-Android OS Tutorials > > > > >> -- > > > >> - Sunit Katkar > > > >>http://sunitkatkar.blogspot.com/-Android OS Tutorials > > > > > -- > > > > Andrew Burgess > > > > -- > > > - Sunit Katkarhttp://sunitkatkar.blogspot.com/-Android OS Tutorials > > -- > - Sunit Katkarhttp://sunitkatkar.blogspot.com/- Android OS Tutorials --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

