Hello,
I've been working and working to try to find a way to allow incoming emails to arrive in HTML (or better yet, to strip all but some tags).
I have gone through the other solutions on the forms, and none have worked.
I think i've nailed what I need to change to somewhere in class.format and class.mailfetch.
I've put in all the tags I want in "striptags" (such as , etc)
I've changed $body in mailfetch to allow for certain tags:
i.e. $body=Format:($body, ""); //Strip tags??
I'm lost now. Nothing I'm doing is working.
What I need is emails to arrive and be put into the database with the HTML in tact, and for the ticket thread display area to property display the HTML.
Pleeeease help :(