These are the steps I took to allow viewing of HTML in emails in Horde.
This refers to Horde, the email/webmail platform.
- Log in to your server as root:
ssh root@server_ip_address_here
- Create a file named
mime_drivers.local.php
(assuming it doesn’t already exist):vi /usr/local/cpanel/base/horde/imp/config/mime_drivers.local.php
- In that file, put just this (or insert only line 2 if the file already exists):
<?php $mime_drivers['html']['inline'] = true; ?>
Questions and Comments are Welcome