A professional email address uses your own domain (you@yourbusiness.com) instead of a free provider (yourbusiness@gmail.com). It costs nothing extra on GoZen Host because email hosting is included with every shared and WordPress hosting plan.

Setting up professional email

Why It Matters

  • Credibility: sarah@smithdesign.com looks professional. smithdesign2019@gmail.com doesn’t
  • Brand consistency: every email you send reinforces your domain name
  • Control: you own the address. No risk of losing it if a third-party service changes policies
  • Deliverability: emails from your own domain with proper authentication (SPF, DKIM, DMARC) land in inboxes, not spam

What You Need

  1. A domain name (e.g., yourbusiness.com)
  2. A GoZen Host hosting plan (shared, WordPress, or VPS with cPanel)
  3. DNS pointed to GoZen nameservers

If you don’t have a domain yet, register one through GoZen or transfer an existing domain.

Creating Your First Email Address

  1. Log into cPanel
  2. Go to Email > Email Accounts
  3. Click Create
  4. Fill in:
    • Username: the part before the @ (e.g., info, hello, sarah)
    • Domain: select your domain from the dropdown
    • Password: use a strong password (minimum 12 characters)
    • Storage quota: set a mailbox size or leave as unlimited
  5. Click Create Account

Your email address is live immediately. No DNS changes needed if your domain already points to GoZen.

AddressPurpose
info@General inquiries, your primary public-facing address
hello@Friendly alternative to info@
support@Customer support (if applicable)
admin@Administrative purposes, domain verification
yourname@Personal business email

You don’t need all of these. Start with one or two.

Accessing Your Email

Webmail (browser-based)

Three ways to access webmail:

  1. Go to https://yourdomain.com/webmail
  2. Go to https://yourdomain.com:2096
  3. In cPanel, go to Email > Email Accounts > click Check Email next to the account

GoZen includes Roundcube as the default webmail client. It handles reading, composing, and basic folder management.

Desktop and Mobile Clients

For daily use, set up your email in a proper client:

SettingValue
Incoming servermail.yourdomain.com
ProtocolIMAP
Port993
SecuritySSL/TLS
Outgoing server (SMTP)mail.yourdomain.com
SMTP Port465
SMTP SecuritySSL/TLS
UsernameYour full email (e.g., info@yourdomain.com)
PasswordThe password you set in cPanel

Making Sure Your Emails Don’t Go to Spam

Without email authentication, your messages may land in spam folders. Set up these three DNS records:

SPF (Sender Policy Framework)

Tells receiving mail servers which servers are allowed to send email for your domain.

  1. In cPanel, go to Email > Email Deliverability
  2. If there’s a warning next to your domain, click Repair
  3. cPanel adds the SPF record automatically

DKIM (DomainKeys Identified Mail)

Adds a digital signature to every email you send, proving it wasn’t tampered with.

  1. Same page: Email Deliverability
  2. Click Repair if DKIM shows a warning
  3. cPanel generates and installs the DKIM key

DMARC

Tells receiving servers what to do with emails that fail SPF or DKIM checks.

Add a DNS TXT record:

TypeNameValue
TXT_dmarcv=DMARC1; p=quarantine; rua=mailto:admin@yourdomain.com

Verify all three at GoZen DNS Inspector. Enter your domain and check the email authentication section.

Forwarders and Aliases

Forward email to another address

If you want info@yourdomain.com to forward to your personal Gmail:

  1. Go to cPanel > Email > Forwarders
  2. Click Add Forwarder
  3. Enter the source address and the destination email
  4. Click Add Forwarder

The original email is delivered to the cPanel mailbox AND forwarded. If you only want forwarding (no local copy), you can skip creating the email account and just set up a forwarder.

Catch-all address

A catch-all catches emails sent to any address at your domain that doesn’t have a mailbox:

  1. Go to cPanel > Email > Default Address
  2. Set a default address to forward all unrouted email to

What to Do Next

Last updated 07 Apr 2026, 00:00 +0200. history

Was this page helpful?