Question
How to show emails in HTML view by default in Horde on Plesk server?
Answer
By default, inline HTML viewing is disabled in Horde. To enable it, follow these steps:
-
Connect to the server via SSH.
-
Create
mime_drivers.local.php
files:# cp -a /usr/share/psa-horde/config/mime_drivers{,.local}.php
# cp -a /usr/share/psa-horde/imp/config/mime_drivers{,.local}.php
-
Set the
'inline'
parameter fromfalse
totrue
:# sed -i.backup "s/'inline' => false,/'inline' => true,/g" /usr/share/psa-horde/imp/config/mime_drivers.local.php
# sed -i.backup "s/'inline' => false,/'inline' => true,/g" /usr/share/psa-horde/config/mime_drivers.local.php