Skip to main content
Cloud Hosting starting at $2.91/mo. Auto-scaling servers with a FREE domain included. Start Now →
Tutorials

How to Set Up a Professional Business Email (you@yourcompany.com)

Stop using Gmail or Yahoo for your business. This tutorial walks you through creating a professional email address with your own domain name — from cPanel setup to connecting your favorite email client.

S

Serverlys Team

Jul 18, 2026 · 6 min read

Sending business emails from a @gmail.com or @yahoo.com address undermines your credibility before you even say hello. A professional email address like contact@yourcompany.com tells customers, partners, and vendors that you are a legitimate operation — not a side hustle run from a kitchen table.

The good news: setting up a professional business email is easier than you think and costs nothing extra if your hosting plan includes email (which most do). This tutorial will walk you through the entire process, from creating your first email account to configuring it on your phone and desktop.

Why You Need a Business Email Address

Before we get into the how, let us briefly cover the why. A professional email address delivers several concrete business advantages:

What You Need Before Starting

To set up a business email, you will need:

  1. A registered domain name (e.g., yourcompany.com). If you do not have one yet, register one through Serverlys.
  2. A hosting plan that includes email hosting. All Serverlys cloud hosting plans include email at no additional cost.
  3. Access to your cPanel dashboard. You received login credentials in your hosting welcome email.

Step 1: Create an Email Account in cPanel

This is the core step where you actually create the email address. It takes about two minutes.

  1. Log in to your cPanel dashboard. You can access it at yourdomain.com/cpanel or through the link in your hosting welcome email.
  2. Scroll to the Email section and click Email Accounts.
  3. Click the Create button.
  4. Fill in the form:
    • Domain: Select your domain from the dropdown (e.g., yourcompany.com).
    • Username: Enter the part before the @ sign. Common choices: info, hello, contact, yourname.
    • Password: Generate a strong password (16+ characters) using the built-in generator or create your own.
    • Storage Space: Set a mailbox quota. 1 GB is a good starting point for most accounts. You can increase it later.
  5. Click Create to finish.

Your email address is now active. You can immediately start sending and receiving emails.

Recommended Email Addresses: Start with these common business emails: info@ for general inquiries, support@ for customer service, sales@ for sales inquiries, and firstname@ for individual team members.

Step 2: Access Your Email via Webmail

The fastest way to start using your new email is through webmail, which runs directly in your browser with no software to install.

  1. Navigate to yourdomain.com/webmail in your browser.
  2. Enter your full email address (e.g., info@yourcompany.com) and the password you set in Step 1.
  3. Choose a webmail application. Most cPanel hosts offer Roundcube (clean and simple) and Horde (more features). Roundcube is recommended for most users.
  4. You are now in your inbox. Send a test email to your personal address to confirm it is working.

Step 3: Set Up Email Authentication (SPF, DKIM, DMARC)

Email authentication prevents your messages from being flagged as spam and stops others from sending emails pretending to be you. These are DNS records that tell receiving mail servers your emails are legitimate.

SPF (Sender Policy Framework)

SPF specifies which servers are allowed to send email on behalf of your domain.

  1. In cPanel, go to Zone Editor (under the Domains section).
  2. Click Manage next to your domain.
  3. Look for an existing TXT record that starts with v=spf1. If one exists, cPanel likely created it automatically.
  4. If not, click Add Record and create a TXT record with this value:
v=spf1 +a +mx +ip4:YOUR_SERVER_IP ~all

Replace YOUR_SERVER_IP with your hosting server's IP address (found in cPanel under Server Information).

DKIM (DomainKeys Identified Mail)

DKIM adds a digital signature to your outgoing emails that proves they were not tampered with in transit.

  1. In cPanel, go to Email Deliverability (under the Email section).
  2. Find your domain in the list. If the DKIM status shows a warning, click Manage.
  3. Click Install the suggested record to automatically add the DKIM DNS entry.
  4. Wait 15–30 minutes for the record to propagate.

DMARC (Domain-based Message Authentication)

DMARC tells receiving servers what to do when an email fails SPF or DKIM checks.

  1. In Zone Editor, click Add Record.
  2. Create a TXT record with the name _dmarc.yourdomain.com and this value:
v=DMARC1; p=quarantine; rua=mailto:info@yourdomain.com

This tells mail servers to quarantine (send to spam) any emails that fail authentication checks, and send reports to your email address.

Why this matters: In 2026, Google and Microsoft require proper email authentication. Without SPF, DKIM, and DMARC, your business emails are significantly more likely to be marked as spam. Take 10 minutes to set these up now and save yourself months of deliverability headaches later.

Step 4: Connect Your Email to Gmail (Send/Receive)

If you prefer using Gmail's interface but want to send and receive from your business address, you can connect them. This is a popular option for small business owners who are already comfortable with Gmail.

  1. Open Gmail and click the gear icon → See all settings.
  2. Go to the Accounts and Import tab.
  3. Under "Check mail from other accounts," click Add a mail account.
  4. Enter your business email address and click Next.
  5. Select Import emails from my other account (POP3) and click Next.
  6. Enter your email settings:
    • Username: Your full email address (e.g., info@yourcompany.com).
    • Password: The password you set in cPanel.
    • POP Server: mail.yourdomain.com
    • Port: 995
    • Check Always use a secure connection (SSL).
  7. Click Add Account.
  8. Gmail will ask if you want to send mail as this address. Select Yes and follow the SMTP setup:
    • SMTP Server: mail.yourdomain.com
    • Port: 465
    • Username: Your full email address.
    • Password: Same password.
    • Select Secured connection using SSL.
  9. Gmail will send a verification code to your business email. Check webmail, copy the code, and paste it in Gmail to confirm.

Step 5: Connect Your Email to Outlook or Apple Mail

Desktop and mobile email clients provide a more polished experience for daily use. Here are the settings you need for any email client:

Incoming Mail (IMAP) Settings

Setting Value
Server mail.yourdomain.com
Port 993 (SSL) or 143 (STARTTLS)
Security SSL/TLS
Username Your full email address

Outgoing Mail (SMTP) Settings

Setting Value
Server mail.yourdomain.com
Port 465 (SSL) or 587 (STARTTLS)
Security SSL/TLS
Authentication Required (same username/password)

"Use IMAP instead of POP3 whenever possible. IMAP syncs your email across all devices, so you can read a message on your phone and it will also appear as read on your desktop. POP3 downloads and removes messages from the server, which means they only exist on one device."

Setting Up on iPhone

  1. Go to Settings → Mail → Accounts → Add Account → Other.
  2. Select Add Mail Account.
  3. Enter your name, email, password, and a description.
  4. Select IMAP and enter the incoming/outgoing server settings from the tables above.
  5. Tap Save. Your email is now available in the Mail app.

Setting Up on Android (Gmail App)

  1. Open the Gmail app and tap your profile icon → Add another account.
  2. Select Other (not Google).
  3. Enter your business email address and tap Next.
  4. Select Personal (IMAP).
  5. Enter your password and the server settings from the tables above.
  6. Tap Next to finish.

Step 6: Set Up Email Forwarding (Optional)

If you want emails sent to info@yourcompany.com to automatically forward to your personal email, you can set up email forwarding in cPanel:

  1. In cPanel, go to Forwarders (under the Email section).
  2. Click Add Forwarder.
  3. Enter the email address to forward from and the destination address.
  4. Click Add Forwarder to save.

You can also create a "catch-all" address that receives any email sent to a non-existent address at your domain. However, be cautious with catch-alls — they tend to attract a lot of spam.

Step 7: Create an Email Signature

A professional email signature reinforces your brand in every message you send. Here is a simple, effective template:

John Smith
Founder, Your Company Name
Phone: (555) 123-4567
Email: john@yourcompany.com
Web: yourcompany.com

Keep it clean and avoid including quotes, animations, or large images. Most modern email clients let you add HTML signatures with your logo, but simple text signatures are more universally compatible and load faster.

Troubleshooting Common Issues

Emails going to spam

Make sure SPF, DKIM, and DMARC records are correctly configured. Use a tool like mail-tester.com to test your email score. Send a test message to the tool's unique address and it will grade your email setup on a scale of 1–10.

Cannot connect email client

Double-check your server name, port, and security settings. The most common mistake is using the wrong port or forgetting to enable SSL. Try mail.yourdomain.com as the server (not smtp.yourdomain.com).

Emails not being received

Check your MX records in cPanel's Zone Editor. Your domain's MX record should point to your hosting server (e.g., mail.yourdomain.com with priority 0). If you recently changed hosting providers, MX records may need to be updated.

Need help? Serverlys support team can help you set up business email on any of our hosting plans. All plans include unlimited email accounts, and our team is available 24/7 to assist with configuration. View plans.

Frequently Asked Questions

How many email accounts can I create?

Most hosting plans allow unlimited email accounts. The limiting factor is usually disk space — each email account uses storage for incoming messages. A typical 10 GB hosting plan can comfortably support 20–30 active email accounts.

Can I use my business email with Google Workspace?

Yes. Google Workspace (formerly G Suite) lets you use your custom domain with Gmail's interface and tools. It costs $6–$18/user/month. If your hosting includes email, you can use that for free instead and still get a professional address.

What is the difference between IMAP and POP3?

IMAP keeps emails on the server and syncs across all your devices. POP3 downloads emails to one device and removes them from the server (by default). For business use, IMAP is almost always the better choice because you can access your email from your phone, laptop, and desktop simultaneously.

How do I add an email account for a new employee?

Follow Step 1 above to create a new email account in cPanel. Then share the login credentials with the employee. You can create accounts like firstname@yourcompany.com or firstname.lastname@yourcompany.com.

Is hosting-included email as reliable as Google Workspace or Microsoft 365?

For small teams (under 10 people), hosting-included email works perfectly well and saves $60–$180/year per user. For larger teams that need advanced collaboration tools (shared calendars, video conferencing, cloud storage), Google Workspace or Microsoft 365 may be worth the investment.

Related Tutorials

Get professional email with your hosting

All Serverlys hosting plans include unlimited email accounts with your domain. Free SSL, free domain, and 24/7 support included.