How to enable viewing HTML content in Horde.

By default it is not possible for us to view the emails in HTML format using Horde webmail interface. All the html content will be displayed at the top of the page and will be requested to download.

To fix this issue, you have to enable “Inline HTML message viewing” for Horde in the server.

To enable “Inline html message viewing” you can perform the following steps:

1. Goto the horde imp configuration folder at /usr/local/cpanel/base/horde/imp/config

2. Edit the file mime_drivers.php using your favorite editor.

3. Change the following line
————————————————————
$mime_drivers['imp']['plain']['inline'] = false;
————————————————————

To

————————————————————
$mime_drivers['imp']['plain']['inline'] = true;
————————————————————

4. Restart the cpanel service in the server.

Now you will be able to view the html content using Horde webmail interface.

One Response to “How to enable viewing HTML content in Horde.”

  1. 2manganeseon 13 Jan 2022 at 1:02 am

    1counterfeit…

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.