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

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to