Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7990757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:06:29+00:00 2026-06-04T13:06:29+00:00

I need to send HTML having content in different languages. my configuration are :

  • 0

I need to send HTML having content in different languages. my configuration are :

MIME-Version: 1.0 Content-Type: multipart/mixed;    boundary="----=_Part_18_19002270.1337852743826"

------=_Part_18_19002270.1337852743826 Content-Type: text/html; charset=Cp1252 Content-Transfer-Encoding: quoted-printable

and in mail am getting all characters as ?. Can anybody suggest me how to set encoding so that i could get mail in proper language.

Thanks

found the solution:)

 MimeBodyPart htmlPart = new MimeBodyPart();
        htmlPart.setContent(bodyText, "UTF-8");


        htmlPart.setText(bodyText, "utf-8");
        htmlPart.setHeader("Content-Type","text/html; charset=\"utf-8\"");
        htmlPart.setHeader("Content-Transfer-Encoding", "quoted-printable");

Still am not able to encode Subject line.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T13:06:30+00:00Added an answer on June 4, 2026 at 1:06 pm

    This piece of code might help you. 🙂

    MimeMessage msg = new MimeMessage(session);
    msg.setSubject("yourSubject", "UTF-8"); // here you specify your subject encoding
    msg.setContent("yourBody", "text/plain; charset=utf-8");
    
    msg.setFrom("senderAddress");
    msg.addRecipient(Message.RecipientType.TO, "recieverAddress");
    Transport.send(msg);
    

    EDIT:

    Here is the method I’ve used to set the encoding of subject line.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using PEAR mail system to send authenticated mails.I need to send HTML
I am working on an HTML page where i need to send confirmation by
I have an html form. I need to send its data to flash on
I need to send this XML <?xml version=1.0 encoding=UTF-8?> <gate> <country>NO</country> <accessNumber>1900</accessNumber> <senderNumber>1900</senderNumber> <targetNumber>4792267523</targetNumber>
I'm developing a site where I need to send HTML newsletters to a mailing-list.
I need to send a rich formated html with lots of css in it..
In my application I need to send and receive HTML in string form. I'd
I have a project and I need to send back rendered HTML via an
HI, I've got a really seriously question. I need to send HTML code, so
I need send html. I get error(this machine transalate): Detected a potentially dangerous value

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.