[android-developers] Re: Sending Email from Android application

2009-06-24 Thread Peli
You can find the correct MIME type to send a text message here: http://www.openintents.org/en/node/121 (scroll down for the sample code) Peli www.openintents.org On Jun 24, 7:02 am, doubleminus wrote: > Swathi, > > Did you ever figure this one out?? > > Thanks, > double > > On May 12, 1:40 am,

[android-developers] Re: Sending Email from Android application

2009-06-23 Thread doubleminus
Swathi, Did you ever figure this one out?? Thanks, double On May 12, 1:40 am, Swathi wrote: > I have tried to sendemailfrom myapplication in emulator , with > following code. > > Intent sendIntent = new Intent(Intent.ACTION_SEND); > sendIntent.putExtra(Intent.EXTRA_EMAIL, mailto); > sendIntent