Branding Roundcube webmail
Learn how to brand Roundcube webmail to display your organization's logo and name.
This article explains how to customize Roundcube with a logo and name. This is useful if you are a reseller or use webmail for your organization.
Branding Roundcube
To brand Roundcube with your organization's logo and name, follow these steps:
-
Install Roundcube:
-
If your hosting account includes Softaculous, you can use it to install Roundcube. For instructions, see this article.
-
Managed hosting accounts include Roundcube by default, but you cannot modify its files. To brand Roundcube, you need a standalone installation.
-
If Softaculous is not available, install Roundcube manually. For instructions, see the official Roundcube documentation.
-
-
Edit the product name:
-
In your Roundcube installation directory, open
config/config.inc.phpwith a text editor. -
Locate the line:
$config['product_name'] -
Change the value to your desired name, e.g.:
$config['product_name'] = 'My Great Company'; -
The
product_namevalue appears on the login page and in the browser title bar.
-
-
Upload custom images:
-
Upload
logo.svgto theskins/skin_name/imagesdirectory, whereskin_nameis the skin (theme) to modify.-
Tip: SVG files are Scalable Vector Graphics, an XML-based image format. More info: SVG.
-
-
Upload
favicon.icoto the same directory.-
Tip: Favicons appear in the browser address bar and bookmarks. More info: Favicon.
-
-
-
Determine the default skin:
-
Open
config/defaults.inc.phpand locate:$config['skin'] = -
Since users can change skins, upload your logo files to all directories under
skinsto ensure your custom images appear for any skin.
-
More information
For additional details about Roundcube, visit Roundcube.