Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Issue while viewing html codes in Horde mail.  (Read 3066 times)

0 Members and 1 Guest are viewing this topic.

anju

  • Guest
Issue while viewing html codes in Horde mail.
« on: November 04, 2013, 04:32:53 am »
If you have any issue while viewing html codes in Horde mail, you can fix the issue by using the following steps.

We need to change the configuration files /usr/local/cpanel/base/horde/imp/config/mime_drivers.php and

mime_drivers.php.dist . The line we have to change is:

$mime_drivers['imp']['html'] = array(

'inline' => false,

To

$mime_drivers['imp']['html'] = array(

'inline' => true,