Back to Blog
Email 11 min read

How to Set Up a Professional Business Email with Your Domain in 2026

Stop sending business emails from @gmail.com. Here's the complete step-by-step guide — including DNS configuration, SPF, DKIM, DMARC, and how to connect it to Gmail or Outlook.

AC
Aisha Chen
Email Deliverability Specialist
Apr 6, 2026 11 min read

Why You Need a Business Email Address

When you email a potential client from yourname@gmail.com, you signal "small operation." When the same email comes from yourname@yourdomain.com, you signal professionalism and legitimacy. Studies show 75% of people trust a business more when it uses a domain-based email.

From a technical standpoint, emails from free providers are more likely to be flagged as spam, blocked by corporate firewalls, and deprioritised in Gmail's Promotions tab.

Quick Answer

On MevoHost? Use cPanel email — it's already included. Need Google Docs/Calendar? Use Google Workspace ($6/user/mo). Want free for a solo operator? Zoho Mail has a free tier.

Your Email Options in 2026

OptionBest ForCost
cPanel Email (MevoHost)Freelancers, small sitesIncluded in hosting
Google WorkspaceTeams needing Drive/Docs$6–14/user/mo
Microsoft 365Windows-centric teams$6–22/user/mo
Zoho MailBudget-conscious teamsFree–$4/user/mo
Fastmail / ProtonMailPrivacy-focused businesses$3–8/user/mo
1

Choose Your Email Provider

Before touching DNS, decide where your email will live. This determines what MX records you'll add later.

Option A: cPanel Email (MevoHost)

  1. Log in to your MevoHost cPanel
  2. Click Email Accounts
  3. Click Create
  4. Enter username and select your domain
  5. Set a strong password and click Create Account

Option B: Google Workspace

  1. Go to workspace.google.com and sign up
  2. Enter your domain name when prompted
  3. Verify domain via a TXT record
  4. Google provides MX records to add (Step 2)
2

Add MX Records in Your DNS

MX records tell the internet where to deliver emails for your domain. Add these in your DNS (Cloudflare, registrar, or cPanel).

Google Workspace MX records

TypeNameValuePriority
MX@aspmx.l.google.com1
MX@alt1.aspmx.l.google.com5
MX@alt2.aspmx.l.google.com5
MX@alt3.aspmx.l.google.com10
MX@alt4.aspmx.l.google.com10

DNS propagation takes 15 minutes to 48 hours. Make sure MX records are not proxied in Cloudflare (grey cloud, not orange).

3

Create Your Email Addresses

Plan your email structure before creating accounts. A clean naming convention makes you look professional and is easier to manage as you grow.

Recommended email structure

hello@yourdomain.comGeneral enquiries / contact form
support@yourdomain.comCustomer support tickets
sales@yourdomain.comInbound leads
noreply@yourdomain.comTransactional emails
billing@yourdomain.comInvoices and payments
4

Set Up SPF (Sender Policy Framework)

SPF tells receiving servers which servers are authorised to send email from your domain. Without it, your emails may be marked as spam.

Add a TXT record to your DNS

TypeNameValue
TXT@v=spf1 include:_spf.google.com ~all

Google Workspace

v=spf1 include:_spf.google.com ~all

Microsoft 365

v=spf1 include:spf.protection.outlook.com ~all

cPanel / MevoHost

v=spf1 +a +mx ~all
5

Configure DKIM

DKIM adds a cryptographic signature to outgoing emails. Receiving servers use your DNS-published public key to verify authenticity.

Google Workspace

  1. Google Admin → Apps → Gmail → Authenticate Email
  2. Click Generate New Record
  3. Add TXT record with name: google._domainkey
  4. Paste the value, save, then click Start Authentication

cPanel / MevoHost

  1. cPanel → Email Deliverability
  2. Find your domain in the list
  3. Click Repair — cPanel auto-installs SPF and DKIM
  4. If using Cloudflare, copy the DKIM TXT record and add manually
6

Enable DMARC

DMARC is now required by Google and Yahoo for bulk senders. It prevents someone from spoofing your domain in phishing attacks and sends you reports about your email activity.

Add this TXT record to your DNS

TypeNameValue
TXT_dmarcv=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
p=noneMonitor only — use this first to check for false positives
p=quarantineFailing emails go to spam — move here after 2–4 weeks
p=rejectFailing emails blocked — use once fully authenticated
7

Connect to Gmail or Outlook

You can send and receive your custom domain email through Gmail or Outlook — no need to use webmail.

Add to Gmail (free)

  1. Gmail → Settings → Accounts and Import
  2. "Check mail from other accounts" → Add account
  3. Enter IMAP: mail.yourdomain.com, port 993, SSL
  4. "Send mail as" → Add email address
  5. SMTP: mail.yourdomain.com, port 587, STARTTLS

MevoHost IMAP/SMTP settings

Incoming (IMAP)

Server: mail.yourdomain.com · Port: 993 · SSL/TLS

Outgoing (SMTP)

Server: mail.yourdomain.com · Port: 587 · STARTTLS

Troubleshooting Common Issues

Problem: Emails going to spam

Fix: Check SPF, DKIM, and DMARC are all configured. Test at mail-tester.com. Check server IP on MXToolbox blacklist checker.

Problem: Can't send — SMTP authentication failed

Fix: Use full email address as username. Try port 465 (SSL) if 587 is blocked by your ISP.

Problem: Can't receive — IMAP not connecting

Fix: Verify IMAP server is mail.yourdomain.com (not the IP). SSL enabled, port 993.

Problem: DNS changes not taking effect

Fix: Check propagation at whatsmydns.net. MX records must NOT be proxied in Cloudflare (grey cloud).

Problem: Bounce: "550 relay not permitted"

Fix: Enable SMTP authentication. Use correct mail server with full email as username.

Final Setup Checklist

Domain registered and pointing to hosting
Email account(s) created
MX records added and verified
SPF TXT record added
DKIM configured and activated
DMARC TXT record added (p=none first)
Email tested — send and receive working
Gmail or Outlook configured
Contact form updated to new email
Email signature set up
Deliverability tested at mail-tester.com

Email hosting included with every MevoHost plan

Create unlimited professional email addresses with your domain. No extra cost.

AC

Aisha Chen

Email Deliverability Specialist at MevoHost

Aisha has spent eight years helping businesses achieve inbox delivery rates above 98%. She specialises in email authentication protocols, deliverability audits, and transactional email infrastructure.