Disclosure: This post contains affiliate links; we may earn a commission at no extra cost to you.
A business address such as hello@yourcompany.com looks more credible than a personal mailbox, but hosting does not always include email. Some plans provide basic cPanel mailboxes, others bundle a limited trial, and some sell Professional Email, Google Workspace, or Microsoft 365 separately.
The safest setup is to choose the email platform deliberately, create users, publish the correct DNS records, secure every account, and test delivery before advertising the address. Do not assume installing WordPress creates a mailbox.
Choose the right type of email
Hosting-based email
Traditional shared hosting may include mailbox creation in cPanel or a custom panel. It is economical and suitable for a small number of basic addresses. Storage, sending limits, spam filtering, calendar features, and support vary.
Professional email from the host
Hosts often resell a dedicated mail platform with larger storage, calendar functions, mobile synchronization, and administration. Bluehost currently offers Professional Email through its portal and also supports other mail products. Treat introductory offers and trials as subscriptions with a future price.
Google Workspace or Microsoft 365
These suites add shared calendars, documents, video meetings, mature administration, and strong collaboration. They charge per user and are usually the best fit for a growing team.
Your website and email can use different providers. DNS makes that separation possible.
Step 1: plan mailboxes and aliases
List actual people who need private mailboxes: alex@, maria@, and so on. Then list role addresses such as sales@, billing@, and support@.
An alias forwards mail to an existing mailbox and may not have its own login or storage. A group distributes messages to several people. A shared mailbox lets multiple authorized users manage one inbox. Choose the right object rather than paying for a separate user unnecessarily.
Avoid catch-all mailboxes at first. They accept messages to any misspelled address and can attract spam.
Step 2: purchase or activate email
In your hosting account, open Email or Marketplace and choose the service. For Bluehost Professional Email, current instructions direct users to the Bluehost Portal’s Email area or Marketplace, where a plan and billing term can be selected.
Our top beginner pick: Bluehost
WordPress.org-recommended — free domain for year one, 1-click install, 24/7 support.
Check:
- Price per mailbox at renewal
- Storage per user
- Monthly or annual commitment
- Calendar and contact support
- Mobile and desktop compatibility
- Migration services
- Sending and attachment limits
- Refund terms
If the hosting plan includes a trial, record its conversion date and standard price.
Step 3: connect the domain
If the host manages authoritative DNS, setup may publish records automatically. If Cloudflare, the registrar, or another provider controls DNS, the email service will provide values you must add there.
Do not change nameservers merely because email needs DNS records. You can keep the current DNS provider and add the required MX and TXT entries.
Before editing, export or screenshot the zone. Remove an old mail provider’s MX records only when the new service is ready and historical messages have been addressed.
Step 4: understand the DNS records
MX records tell other mail systems where to deliver incoming messages. Priority numbers determine order; lower numbers commonly represent higher priority, although the provider’s exact instructions control.
SPF is a TXT policy listing services allowed to send for the domain. Publish one coherent SPF record. Multiple separate SPF policies can cause validation errors.
DKIM uses a DNS public key to verify a cryptographic signature added to outgoing mail. Copy the selector and value exactly.
DMARC tells receivers what to do when a message fails alignment and provides reporting options. Begin with a monitoring policy if you do not yet understand every legitimate sender, then tighten it after reviewing results.
Autodiscover, verification, and other CNAME or TXT records may also be required. Follow the mail provider’s current values; do not copy another company’s records.
Step 5: create users securely
Create named administrator and user accounts with unique passwords. Enable multifactor authentication and recovery methods. Do not share one password among employees.
Assign the fewest administrative privileges required. Store emergency recovery codes in an approved password manager. For contractors, create separate accounts or delegated access that can be revoked.
Configure display names carefully because recipients see them in their inbox. Use the business name for role accounts and the person’s real professional name for individual accounts.
Step 6: configure webmail and devices
First sign into the provider’s webmail and verify the password. Then add the account to Outlook, Apple Mail, Gmail mobile, or another supported client using the documented automatic setup or IMAP and SMTP settings.
Prefer IMAP over POP for multi-device use. IMAP keeps server folders synchronized; POP may download messages locally and can complicate migration or backup. Use encrypted ports and never accept a certificate warning.
If multifactor authentication is enabled, older clients may need an app password. Do not disable account security to accommodate obsolete software; update or replace the client.
Step 7: test sending and receiving
Send from the business address to external Gmail, Outlook, and another domain, then reply. Test internal delivery between company users. Inspect the spam folder and message authentication results.
Confirm:
- Incoming messages arrive
- Outgoing messages arrive externally
- Replies return correctly
- Sent, Drafts, Trash, and Archive synchronize
- SPF, DKIM, and DMARC pass
- Display name and signature are correct
- Mobile and desktop clients agree
DNS caching may delay a provider change. Keep the old service active during transition and check both systems where practical.
Step 8: connect website forms
WordPress contact forms should not depend on unauthenticated PHP mail. Use a reputable transactional email service or the provider’s supported SMTP/API integration. Authenticate the domain and use an address that the service permits.
Set a real company mailbox as the recipient, but use a properly authenticated sender. Put the visitor’s address in Reply-To rather than forging it as the From address, which can break DMARC.
Submit test forms from mobile and desktop and confirm both on-screen success and actual delivery. Monitor failed sends.
Migrating existing email
Creating a new mailbox does not copy old messages. IMAP migration can synchronize server-stored folders between providers. POP mail stored only on a laptop may require a local export.
Inventory mailbox sizes, folders, aliases, calendars, contacts, and forwarding rules. Create destination users first, copy data, change MX, then run a final synchronization. Keep the source service until message counts and recent mail are verified.
Website migration and email migration are separate projects. Bluehost’s current migration documentation distinguishes cPanel mail, Professional Email, Google Workspace, and third-party services, with different eligibility or charges.
Deliverability habits
Warm up a new domain gradually rather than sending a large campaign immediately. Keep lists permission-based, remove invalid recipients, provide unsubscribe controls for marketing, and use a dedicated email-marketing service for bulk campaigns.
Do not send newsletters from ordinary hosting email. Separate transactional messages, employee correspondence, and marketing so a problem in one stream does not damage all mail.
Backup and continuity
Mail synchronization is not necessarily backup; deleting a synchronized message can delete it everywhere. Check the provider’s retention, legal hold, recovery, and export options.
Document the registrar, DNS provider, email administrator, billing owner, renewal date, and emergency contacts. Protect the domain account because an attacker who controls DNS can redirect mail even without mailbox passwords.
Final verdict
For one or two simple addresses, included hosting email can be sufficient. A growing team should usually choose a dedicated Professional Email, Google Workspace, or Microsoft 365 service.
The essential sequence is: select the platform, create users, publish MX/SPF/DKIM/DMARC, secure accounts, connect clients, and test externally. Keep website hosting and email decisions separate even when one company bills both.
Frequently asked questions
Is business email included with hosting?
Sometimes. Verify whether it is ongoing, an add-on, or a trial.
Can my website and email use different providers?
Yes. Web records point to hosting while MX and authentication records point to email.
Do I need one mailbox per address?
No. Aliases, groups, and shared mailboxes can cover role addresses depending on the service.
Why do form emails go to spam?
Common causes include missing authentication, forged From addresses, poor sender reputation, or unauthenticated server mail.