You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Patrick <pa...@gmail.com> on 2010/04/14 17:08:51 UTC

tracked down the garbage characters

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 ?