cPanel is a powerful control panel that allows you to create and manage corporate email addresses using your domain (e.g., info@yourcompany.com). Here is a step-by-step guide to setting up corporate email in cPanel.
Log in to cPanel
- Access cPanel using your hosting provider URL:
- Example:
http://yourdomain.com/cpanelor
https://yourdomain.com:2083 - Enter your cPanel username and password provided by your hosting provider.
Create Email Accounts
Navigate to the Email Section
In the cPanel dashboard, find and click Email Accounts.
Create a New Email Account
- Click Create.
- Domain: Select the domain you want to use (if you host multiple domains).
- Username: Enter the desired username (e.g., info or sales).
- Password: Set a strong password or generate one.
- Storage Space: Allocate storage for the mailbox or select Unlimited (if your hosting plan allows).
Save the Account
Click Create to finalize the setup.
Access Your Corporate Email
You can access your email in multiple ways:
Using Webmail
- Go to:
- Enter the full email address (e.g., info@yourcompany.com) and password.
- Choose a webmail client (e.g., Roundcube, Horde, or SquirrelMail).
or
Using Email Clients (e.g., Outlook, Thunderbird)
Set up your email account in your preferred email client using these settings:
IMAP/POP3 and SMTP Settings
| Server Type | Server Address | Port |
|---|---|---|
| Incoming Mail Server (IMAP) | mail.yourdomain.com | 993 (SSL) or 143 (non-SSL) |
| Incoming Mail Server (POP3) | mail.yourdomain.com | 995 (SSL) or 110 (non-SSL) |
| Outgoing Mail Server (SMTP) | mail.yourdomain.com | 465 (SSL) or 587 (TLS) |
- Username: Full email address (e.g., info@yourcompany.com).
- Password: The password you set during account creation.
Configure DNS Records for Email
To ensure your email works properly, configure the following DNS records in your cPanel or domain registrar:
MX Record
Points your domain email to the correct mail server.
| Type | Name | Priority | Value |
|---|---|---|---|
| MX | @ | 10 | mail.yourdomain.com |
SPF Record
Prevents spammers from sending emails on behalf of your domain.
| Type | Name | Value |
|---|---|---|
| TXT | @ | v=spf1 +a +mx +ip4:123.123.123.123 ~all |
Replace 123.123.123.123 with your server IP address.
DKIM Record
Adds a digital signature to your emails for authentication.
- Enable DKIM in cPanel under Email Deliverability.
DMARC Record (Optional)
Protects against email spoofing.
| Type | Name | Value |
|---|---|---|
| TXT | _dmarc | v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com |
Test Your Email
- Send a Test Email:
- Log in to your email account using Webmail or an email client.
- Send a test email to another email address (e.g., Gmail or Yahoo).
- Verify it arrives successfully and check for any issues (e.g., spam folder placement).
- Check Email Deliverability:
- Use tools like Mail Tester or MXToolbox to ensure your email is properly configured.
Set Up Email Forwarding (Optional)
- Go to Forwarders in cPanel.
- Add a forwarder to redirect emails from one account to another (e.g., forward info@yourcompany.com to a personal Gmail account).
Enable Auto-Responders (Optional)
- Go to Autoresponders in cPanel.
- Create an automated reply for specific accounts (e.g., for out-of-office messages).
Regular Maintenance
- Monitor Mailbox Usage: Check the storage usage for each email account to prevent overloading.
- Backup Emails: Use cPanel backup tools to save a copy of your email data regularly.
- Keep Software Updated: Ensure the cPanel server software and email clients are up-to-date for security and performance.


