How to enable the html display for horde webmail?

To enable the html display for horde webmail you need to modify /usr/local/cpanel/base/horde/imp/config/mime_drivers.php file.

Open the /usr/local/cpanel/base/horde/imp/config/mime_drivers.php file in your favorite editor and change the following line from false to true

 /* HTML driver settings */
    'html' => array(
        /* NOTE: Inline HTML display is turned OFF by default. */
        'inline' => false,   <==== true
        'handles' => array(
            'text/html'
        ),

Save the changes and restart the cPanel

# service cpanel restart
or
# /etc/init.d/cpanel restart

As well as restart the Imap server,

# /scripts/restartsrv courier

Now, check your emails in Horde. :)

Comments

  1. /usr/local/cpanel/base/horde/imp/config/mime_drivers.php file./usr/local/cpanel/base/horde/imp/config/mime_drivers.php file.

    I can't find these file in my c panel. any one guide me.

    ReplyDelete

Post a Comment

Popular posts from this blog

SVN: File remains in conflict

HowTo: Enable extended logging for exim

12 tweakings for WHM/cPanel to speed up WordPress