Skip to main content

ENABLE HTML EDITOR IN HORDE (CPANEL)

1) Open the file /usr/local/cpanel/base/horde/imp/config/mime_drivers.php
2) Change “‘inline’ => falce,” to “‘inline’ => true,” as below and save the file.
$mime_drivers['imp']['html'] = array(
‘inline’ => true,
:
:
3) Restart cPanel service : /etc/init.d/cpanel restart
4) Restart IMAP : /scripts/restartsrv courier

Comments