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 rather not do this for security reasons.
Also I dont want to ask the users for their passwords. That would
probably confuse them. (i would get sceptical if an app would aks me
for my gmail pass)

Is there any way to avoid having to specify the sending password,
maybe by using AccountManager to authenticate with the phone's gmail
account?

Or, how would i go about enctypting the password if i chose to use my
own?

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to