On Tue, Jan 28, 2014 at 04:22:23PM +0000, Giuseppe Sollazzo wrote: > > Hi, > I'm trying to understand if RT4 can display html e-mails. As far as I > can see, it has support for sending html out as multi-part e-mails, but > nothing obvious on the receiving side of things. > > The only two things I find are > - - something called ScrubHTML, but that was just in RT3 > - - Set($PreferRichText, true); - which parses some rich text and html, > like text decoration or font face, but not tables for example. > > Is there any known way of doing this? >
You may do it yourself (http://www.bestpractical.com/docs/rt/4.2/RT/Interface/Web.html#NewScrubber) or have a look at this plugin: https://github.com/bestpractical/rt-extension-permissivehtmlmail -- Easter-eggs Spécialiste GNU/Linux 44-46 rue de l'Ouest - 75014 Paris - France - Métro Gaité Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 43 35 00 76 mailto:[email protected] - http://www.easter-eggs.com
