Email notification is unreadable (OKM v.4.1)
PostPosted:Thu Jun 10, 2010 5:13 pm
I am testing OpenKM 4.1 with JBOSS 4.2.3.GA on Windows XP SP3. I configured it to send email through external SMTP server at a web hosting company. Email notification works as expected. However, if the mail contains non-English (Thai) characters, they are unreadable if user login via my company iNotes (Domino Web Access 7.0.2). The non-English characters are readable correctly in other email clients.
I have tested sending another email from my Gmail account that also configured encoding UTF-8 and observed what is the differences between UTF-8 from Gmail and UTF-8 that is sent from OpenKM JBOSS.
Mail Header if sent from JBOSS:
charset: UTF-8
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Mail Header if sent from Gmail:
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64
Thai language sent from Gmail is displayed perfectly in iNotes but unreadable if sent from JBOSS. I am suspecting that encoding only 7bit should be a real cause.
My question is that, is there anyway to configure JBOSS mail-service or internal OpenKM somehow to send email using 8bits encoding insteads of 7bit.
I have tested sending another email from my Gmail account that also configured encoding UTF-8 and observed what is the differences between UTF-8 from Gmail and UTF-8 that is sent from OpenKM JBOSS.
Mail Header if sent from JBOSS:
charset: UTF-8
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Mail Header if sent from Gmail:
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64
Thai language sent from Gmail is displayed perfectly in iNotes but unreadable if sent from JBOSS. I am suspecting that encoding only 7bit should be a real cause.
My question is that, is there anyway to configure JBOSS mail-service or internal OpenKM somehow to send email using 8bits encoding insteads of 7bit.