Re: [android-developers] Sending emails without user interaction - authentication issue

2011-09-21 Thread Nikolay Elenkov
On Wed, Sep 21, 2011 at 10:11 AM, Paul stuem...@gmail.com wrote: Is there any way to avoid having to specify the sending password, maybe by using AccountManager to authenticate with the phone's gmail account? I haven't used it, but apparently GMail's IMAP/SMTP supports OAuth, you might try it

[android-developers] Sending emails without user interaction - authentication issue

2011-09-20 Thread Paul
im trying to send an email from my app without the user having to confirm. I' ve had some success with the winning answer from this post: sending-email-in-android-using-javamail-api-without-using-the- default-android-app However, this requires to put the email password into the code itself. I'd

[android-developers] Sending emails from the android app

2011-02-22 Thread ronil vanza
This is the code that I am using to send emails, however it says 'No applications can send the email'. I have no idea what that means and would really like some help on that matter to get me started http://www.helloandroid.com/tutorials/how-send-email-your-application#comment-28017 Is some

[android-developers] Sending Emails

2009-02-15 Thread Noam
Hello everyone, I am looking for a way to send an email from a specified email (that I predefine the username, password, etc.) to a different specified email that I have in the string: String email = exam...@domain.com; Thanks, iloveisrael. --~--~-~--~~~---~--~~

[android-developers] Sending Emails

2009-02-15 Thread Noam
Hello everyone, I am looking for a way to send an email from a specified email (that I predefine the username, password, etc.) to a different specified email that I have in the string: String email = exam...@domain.com; Thanks, iloveisrael. --~--~-~--~~~---~--~~