Results 1 to 4 of 4

Thread: How to send plain text email from the Motorola xoom Gmail app?

  1. #1
    Join Date
    Apr 2011
    Posts
    64

    How to send plain text email from the Motorola xoom Gmail app?

    I am having Motorola Xoom from past couple of weeks. Well I have noticed that I was unable to send plain text by using the Xoom Gmail app. Let me know why I am unable to get the requirement of mine. I have noticed that some of the mailing lists are not taking the HTML emails. It seems to be really inconvenient for me. Let me know if you are having any specific solution to get the requirement of mine. Thanks a lot in advance.

  2. #2
    Join Date
    Mar 2010
    Posts
    2,529

    Re: How to send plain text email from the Motorola xoom Gmail app?

    Well I have look around more and I have found that the it seems to be universal problem for the people who are using the Gmail Mobile application. There are very large number of the people who are looking for the solution. I have searched a lot on the internet but there was no official answer for this particular problem. Well according to me only the Motorola people can help you out to get rid out from this particular problem. So you should contact the same and let me know about the experience of yours on this particular matter.

  3. #3
    Join Date
    Mar 2010
    Posts
    2,578

    Re: How to send plain text email from the Motorola xoom Gmail app?

    Looking at the situation you can use the following piece of code to send HTML email by using the Android intent.
    Code:
    final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
    emailIntent.setType("text/html");
    emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject);
    emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, Html.fromHtml(body));
    startActivity(Intent.createChooser(emailIntent, "Email:"));
    So I am hoping that it would be helpful in any manner.

  4. #4
    Join Date
    Mar 2010
    Posts
    2,033

    Re: How to send plain text email from the Motorola xoom Gmail app?

    Using the email app you will be able to send HTML as well as Plain text in the terms of the multi part MIME message. Well you need to do only one thing that is it should be properly formatted for all the recipient. You will be having chance to manage the IMAP account and it would be quite easy to define and manage the messages. Also well designed home screen would give you quick access to the email which you have received on the device of yours.

Similar Threads

  1. Buggy email in Motorola Xoom
    By Angee in forum Portable Devices
    Replies: 5
    Last Post: 19-05-2011, 10:27 AM
  2. Unable to use Exchange email on Motorola Xoom
    By fanish-war in forum Portable Devices
    Replies: 5
    Last Post: 19-05-2011, 10:26 AM
  3. How to Send a Message in Plain Text in Outlook
    By Chain-SmokeR in forum Windows Software
    Replies: 3
    Last Post: 02-07-2009, 11:18 PM
  4. Can't send email to myself in Gmail on Windows Vista
    By AK_Chopra in forum Technology & Internet
    Replies: 2
    Last Post: 01-06-2009, 08:10 PM
  5. Replies: 2
    Last Post: 14-02-2008, 09:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,520,067.00431 seconds with 17 queries