Compose HTML messages roundcube

NaSRi

Verified User
Joined
Aug 16, 2014
Messages
82
Hi everybody

I need to edit default value of Compose HTML messages to always when an email account is created as well as default value for " When replying " to "start new message above the quote"

I have a script to install DA on our servers and this should be done via the script but I don't know how to do it.


Do you have any idea about this?
 
Adding the following to /var/www/html/roundcube/config/config.inc.php should do the trick:
Code:
$config['htmleditor'] = 2;

Please don't forget to copy it to custombuild custom/ directory, so that it wouldn't get overwritten with updates:
https://help.directadmin.com/item.php?id=365
 
Back
Top