html - SugarCRM - Incoming emails stripped outside body tag -


on our system, received email 1 of our supplier, formatted way :

<p>     email content </p> <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body>     email signature </body> </html> 

sugarcrm seems stripping outside body tag. results in email displaying signature within sugarcrm itself.

do know way-around handle case please ?

we using sugarcrm ce v6.5.2.

thanks

your provided html not valid(p tag @ start , starting doctype , html tag :) ) email server can truncate invalid html tags sure sugar not doing because sugarcrm store complete data of email in side emails_text table , can check column raw_source complete received data. column contain data received outside server. might use column.

moreover can check scheduler job function (function::pollmonitoredinboxes) fetch emails. contain code used email fetching. track code , find want.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -