I want to send the Email in HTML format. Currently i am using the
default text format using the Intent.

sendIntent.putExtra(Intent.EXTRA_TEXT, "helleo");

But I want to send the email in html format something llike

"<html><body>helleo</body></html>"

Is there a way to send the mail in html format?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to