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
| Option | Best For | Cost |
|---|---|---|
| cPanel Email (MevoHost) | Freelancers, small sites | Included in hosting |
| Google Workspace | Teams needing Drive/Docs | $6–14/user/mo |
| Microsoft 365 | Windows-centric teams | $6–22/user/mo |
| Zoho Mail | Budget-conscious teams | Free–$4/user/mo |
| Fastmail / ProtonMail | Privacy-focused businesses | $3–8/user/mo |
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)
- Log in to your MevoHost cPanel
- Click Email Accounts
- Click Create
- Enter username and select your domain
- Set a strong password and click Create Account
Option B: Google Workspace
- Go to workspace.google.com and sign up
- Enter your domain name when prompted
- Verify domain via a TXT record
- Google provides MX records to add (Step 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
| Type | Name | Value | Priority |
|---|---|---|---|
| MX | @ | aspmx.l.google.com | 1 |
| MX | @ | alt1.aspmx.l.google.com | 5 |
| MX | @ | alt2.aspmx.l.google.com | 5 |
| MX | @ | alt3.aspmx.l.google.com | 10 |
| MX | @ | alt4.aspmx.l.google.com | 10 |
DNS propagation takes 15 minutes to 48 hours. Make sure MX records are not proxied in Cloudflare (grey cloud, not orange).
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 formsupport@yourdomain.comCustomer support ticketssales@yourdomain.comInbound leadsnoreply@yourdomain.comTransactional emailsbilling@yourdomain.comInvoices and paymentsSet 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
Google Workspace
v=spf1 include:_spf.google.com ~allMicrosoft 365
v=spf1 include:spf.protection.outlook.com ~allcPanel / MevoHost
v=spf1 +a +mx ~allConfigure DKIM
DKIM adds a cryptographic signature to outgoing emails. Receiving servers use your DNS-published public key to verify authenticity.
Google Workspace
- Google Admin → Apps → Gmail → Authenticate Email
- Click Generate New Record
- Add TXT record with name:
google._domainkey - Paste the value, save, then click Start Authentication
cPanel / MevoHost
- cPanel → Email Deliverability
- Find your domain in the list
- Click Repair — cPanel auto-installs SPF and DKIM
- If using Cloudflare, copy the DKIM TXT record and add manually
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
p=noneMonitor only — use this first to check for false positivesp=quarantineFailing emails go to spam — move here after 2–4 weeksp=rejectFailing emails blocked — use once fully authenticatedConnect 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)
- Gmail → Settings → Accounts and Import
- "Check mail from other accounts" → Add account
- Enter IMAP: mail.yourdomain.com, port 993, SSL
- "Send mail as" → Add email address
- 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
Email hosting included with every MevoHost plan
Create unlimited professional email addresses with your domain. No extra cost.
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.