Enabled Html Email (round cube) for all account by default

foxmedo

Well-Known Member
Apr 21, 2014
48
1
58
cPanel Access Level
Root Administrator
Dears,

Please i need to allow users to read and write HTML Emails by default for all server accounts, im doing this manually by changing the preference for accounts one by one

i need to make it by default for all accounts old and new creation

waiting for your suggesions

Regards
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
Hello,

There are a couple of options:
You could disable horde from the UI so the users only get the choice of roundcube. This can be done through WHM>>Server Configuration>>Tweak Settings -> Enable Horde Webmail:Off

Without removing Horde you could create a script that modifies/creates the file to reflect the following:
Code:
cat /home/$user/.cpanel/nvdata/[email protected]_default_webmail_app
roundcube
The UAPI function and a loop are discussed here: Mass Update Default Webmail