RoundCube
We provide multiple programs to check your email online. The last of these is RoundCube.
- Shared Hosting - Using RoundCube Webmail
- Checking RoundCube Webmail
- Composing New Emails
- VPS and Dedicated Servers - Installing RoundCube
- Auto Installation of Roundcube for Website
- Manual Installation of Roundcube for Website
Shared Hosting - Using RoundCube Webmail
Checking RoundCube Webmail
- To begin, you will need to get logged into webmail.
To learn more about logging in, please see How to Access Webmail.
- Once logged in, you will be able to see your messages.
- Click on the message's subject to view emails.
- Your message is displayed with the options to reply, delete, print, and move the email.
- These icons let you create a new email message, reply to the sender, reply to all recipients, or forward the email.
- These icons also let you delete the email message, print it, or view its source code.
- Your message is displayed with the options to reply, delete, print, and move the email.
Composing New Emails
To send a new email:
- Click the Compose icon.
- You can send to multiple clients by separating email addresses with a comma.
- You can also add fields to send Carbon Copies, Blind Carbon Copies, or Reply-To addresses.
- The email can be composed in Plain text or HTML.
- Once your email is ready to be sent, click the Send icon.
You can check your Sent folder to ensure the message went out.
VPS and Dedicated Servers - Installing RoundCube
Auto Installation of Roundcube for Website
- Log in to your Bluehost control panel.
- Find the Website section and select One-Click Installs.
- Click the One-Click Installs icon.
- Find the Webmail section and select Roundcube.
- Follow the prompts to complete the installation.
Manual Installation of Roundcube for Website
- Download Roundcube from their website at https://roundcube.net.
- Extract the downloaded file onto your computer using a .tar.gz extraction program such as WinRar or WinZip
- Log in to your Bluehost control panel and click on MySQL Databases, then create a database name of your choice. Example: myroundcube.
Note: it will add your Bluehost account username and underscore to the front of the database name you create. So the database name will look like username_myroundcube (write down what it's named as we will need it later.
- Create a username and password under the Users section of MySQL. Example: myuser.
Note: The username will also add your Bluehost account username in front o the username you create so that it will look like username_myuser, but your password will be exactly what you typed. Write down what they are; you will need them later.
- In the MSQL section, there are two drop-down boxes under databases; select the database you created (username_myroundcube) and then the username you created (username_myuser), and then click the button under them that says Add User to DB.
- At the bottom of the MySQL section, there will be a link to PHPMYADMIN; make sure to click on it.
- On the left, select the database you created (username_myroundcube) in the drop-down menu.
- Click on the IMPORT(SQL) tab in the top middle area of the screen.
- Click the Browse button and browse to the folder we extracted all the files to and go into the SQL folder and click on the file mysql.initial.sql and click open.
- Then click the GO Button, and this will set up the database for Roundcube. Then close out of the browser.
- Locate the folder you just extracted and then go into the folder called config.
- Locate file db.inc.php.dist and rename it to db.inc.php.
- Locate file main.inc.php.dist and rename it to main.inc.php.
- Click Start on your computer, then run and type in wordpad.exe. WordPad will open.
- Click File, then open and browse to the db.inc.php file.
Note: when you browse to open the file, you may need to set Files of type to All Documents.
- Locate the line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
We will edit this line to put in our database info.
Where it says "roundcube: pass," you will put in your database username and password there, but keep the colon.
example: username_myuser:password
Where it says roundcubemail, you will fill in your database name there.
example: username_myroundcube
So it should end up looking something like this, but with your info:
$rcmail_config['db_dsnw'] = 'mysql://username_myuser:password@localhost/username_myroundcube';
- Click Save and Close WordPad.
- Click the start, then run and type in wordpad.exe. WordPad will open again.
- Click File, then open and browse to the main.inc.php file.
Note: when you browse to open the file, you may need to set Files of type to All Documents.
Find this line:
$rcmail_config['enable_caching'] = TRUE;
And change the word TRUE; to FALSE;
Find this line:
$rcmail_config['default_host'] = '';
Between the two single quotations, type mail.yourdomain.com
- Click Save and Close WordPad.
- FTP all of the extracted individual files to the folder on your site where you want to install Roundcube. Example (a folder named: email).
Visit the newly installed Roundcube script by visiting where it is located (example: http://www.yoursite.com/email) and log in with your full email address and password.
If you need further assistance, feel free to contact us via Chat or Phone:
- Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
- Phone Support -
- US: 888-401-4678
- International: +1 801-765-9400
You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.