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

  1. Access cPanel using your hosting provider URL:
    • Example:
    • http://yourdomain.com/cpanel

      or

      https://yourdomain.com:2083
  2. Enter your cPanel username and password provided by your hosting provider.

Create Email Accounts

1

Navigate to the Email Section

In the cPanel dashboard, find and click Email Accounts.

2

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).
3

Save the Account

Click Create to finalize the setup.

Access Your Corporate Email

You can access your email in multiple ways:

Using Webmail

  1. Go to:
  2. http://yourdomain.com/webmail

    or

    https://yourdomain.com:2096
  3. Enter the full email address (e.g., info@yourcompany.com) and password.
  4. Choose a webmail client (e.g., Roundcube, Horde, or SquirrelMail).

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

  1. 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).
  2. Check Email Deliverability:

Set Up Email Forwarding (Optional)

  1. Go to Forwarders in cPanel.
  2. 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)

  1. Go to Autoresponders in cPanel.
  2. Create an automated reply for specific accounts (e.g., for out-of-office messages).

Regular Maintenance

  1. Monitor Mailbox Usage: Check the storage usage for each email account to prevent overloading.
  2. Backup Emails: Use cPanel backup tools to save a copy of your email data regularly.
  3. Keep Software Updated: Ensure the cPanel server software and email clients are up-to-date for security and performance.