John,
Take a look at
http://code.google.com/android/reference/android/content/Intent.html ,
there are several e-mail related fields you probably want to set. For a
mime type try 'message/rfc822' or 'message/rfc2822'. I haven't tried this
myself, so let me know how it works.
Cheers,
Justin
Android Team @ Google
Original Message Follows:
------------------------
From: john <[EMAIL PROTECTED]>
Subject: [android-developers] Sending email
Date: Thu, 30 Oct 2008 08:02:36 -0700 (PDT)
Hello!
Thanks in advance for trying to help me out. It doesn't seem like
anyone has found a solution to this problem yet, so hopefully we can
figure this out and help a lot of people.
I'm trying to get my application to send an email, but i can't seem to
find any solutions. Here's what I'm trying:
I've got an Intent (called sender in this example) set to
Intent.ACTION_SEND, with various email extras.
When I try startActivity(Intent.createChooser(sender, "Select send
method."));
I get "No application can handle this request"
And when I try sendBroadcast(Intent.createChooser(sender, "Select send
method."));
Nothing happens at all.
Is there something I need to put in my manifest file, or am I doing
this completely wrong?
Any help anyone can offer would be greatly appreciated. Happy coding!
-John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---