How to manage skins in WebMail PRO?
Since version 9.2.
For purposes, when you i.e. would like to use individual logo for each domain running on your IceWarp server, you should follow next steps.
Managing skins in folder structure
go to IceWarp server installation folder\html\webmail\client\skins\skins.xml
If this file is not present in skins directory, please, create one similar to following:
<skins>
<item>
<default>Default</default>
</item>
</skins>
for adding new skin, you should add new line between <item></item> accordingly to folder name, which represents first tag and name is between.
Example:
<skins>
<item>
<default>Default</default>
<customSkinFolder>Custom Skin Name</customSkinFolder>
</item>
</skins>
In above mentioned example, I have added new skin, existing in "html\webmail\client\skins\customSkinFolder" folder and named "Custom Skin Name"
WebMail configuration part
After creating an asociation in folders structure of IceWarp server installation folder, go to WebMail PRO administration interface and set there new skin in:
Tools --> Options --> General --> Skin