473,473 Members | 1,899 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

MimeMessage ignors the mail.mime.charset

Hello

I'm using javax.mail and javax.activation to send mails.
Nearly everything is working fine.

The only thing is, that the MimeMessage ignores the mail.mime.charset.
I can type there anything it is like it ignores this value.
If I send a text with Czech or Polish letters all letters are demolished.

Did anybody has a idea or the same problem?

Enclose you will find the relevant parts of code.

Sirke

Session v_s_Session;
Properties v_p_Properties = System.getProperties();
v_p_Properties.setProperty("mail.transport.protoco l", "smtp");
v_p_Properties.put("mail.smtp.host", a_st_Server);
v_p_Properties.put("mail.mime.charset", "UTF-8");

v_s_Session=Session.getInstance(v_p_Properties);
m_M_Message = new MimeMessage(v_s_Session);
m_mp_multiPart = new MimeMultipart();
....
....
....
v_mbp_body = new MimeBodyPart();
v_mbp_body.setContent(a_st_text, "text/html");
m_mp_multiPart.addBodyPart(v_mbp_body);
m_M_Message.setContent(m_mp_multiPart);
Transport.send(m_M_Message);
Jul 17 '05 #1
0 4775

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Marcin | last post by:
Mam taki ciekawy problem. Wysylam e-maila z zał±cznikiem korzystaj±c z klas Mail::Send(); Wysyłam e-maila w sposób identyczny jak w przykładzie z dokumentacji tj. include('Mail.php');...
2
by: johnny | last post by:
hi all, I have a script to send newsletters both in html and text version, all works fine in email clients but unfortunately not in yahoo mail: it shows nothing in the body of the message,...
2
by: Jan Agermose | last post by:
Im trying to send mail using this code: MailMessage mail = new MailMessage(); mail.From = "fejl@mydomain.com"; mail.Subject = "some subject"; mail.Priority = MailPriority.Normal;
0
by: necroph | last post by:
Hello everybody, i am using an imap-component to read e-mails from an exchange-Server. This is allready done. My problem is that the content of that mails looks confusing. My first try was just...
4
by: J Huntley Palmer | last post by:
How may I setup a proper HTML mail message with embedded href links using PHP, that follows all the MIME rules? Any examples or links would be appreciated. Thanks!
0
by: Mail Delivery Subsystem | last post by:
This is a multi-part message in MIME format. --TWXYZbcdeghijklnopqrsuvwxyz12345689ABCEF Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This message has been...
0
by: MAILER-DAEMON | last post by:
This is a multi-part message in MIME format. --HKLMNNOPQQRSTUUVWXXYZaabcdeffghiijklmmno Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This message has been...
4
by: ceh | last post by:
Hi, on windows xp I'm using xampp v 1.6.4 I'm trying to send mail. The mail always sends, but the multipart sections are broken. Essentially, I want to send an html email that has a link...
7
by: mukeshrasm | last post by:
Hi I am no able to send mail and it is giving this error Warning: mail(): SMTP server response: 530 5.7.3 Client was not authenticated in c:\inetpub\wwwroot\eshop\includes\classes\email.php on...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.