tracked down the garbage characters

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

tracked down the garbage characters

Patrick-4
My email body is nice html before this line

mail.setText(body, "UTF-8", "html");  //EmailServices.java sendMail( )

then it has =20 and =09 garbage characters when I check mail body message.

Do you think I should try a different encoding ?