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
$mime_drivers['imp']['html'] = array(
‘inline’ => true,
:
:
3) Restart cPanel service : /etc/init.d/cpanel restart
4) Restart IMAP : /scripts/restartsrv courier
Comments
Post a Comment