Plesk for Linux
kb: how-to
ABT: Group B
Applicable to:
- Plesk for Linux
Question
How to enable HTML editor in Roundcube webmail?
Answer
-
Connect to a Plesk server via SSH.
-
Open the
config.inc.php
file in a text editor. In this example, we are using the vi editor:# vi /usr/share/psa-roundcube/config/config.inc.php
-
Add the following line at the end of the file:
CONFIG_TEXT: $config['htmleditor'] = 1;
-
Save the changes and close the file.
Comments
1 comment
thx a lot
Please sign in to leave a comment.