> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Mailboxes, forwarders, filters, calendars, deliverability — everything cPanel offers for email on your Noxity hosting.

cPanel's Email section covers everything to do with mail on your hosting account: mailboxes, forwarders, routing rules, anti-spam, calendars, and the diagnostics for when something isn't delivering. Every tool here is shipped by cPanel; Noxity adds MailChannels behind the scenes for outgoing relay (no UI for that on your side).

<Frame caption="cPanel home → Email">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-section-light.png" alt="Email section in cPanel home with all tool icons" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-section-dark.png" alt="Email section in cPanel home with all tool icons" className="hidden dark:block" />
</Frame>

## Account management

<CardGroup cols={2}>
  <Card title="Email Accounts" icon="at" href="/web-hosting/cpanel/email-management/email-accounts">
    Create mailboxes, set passwords and quotas, log into webmail.
  </Card>

  <Card title="Forwarders" icon="share-from-square" href="/web-hosting/cpanel/email-management/forwarders">
    Send mail from one address to another, or to multiple recipients.
  </Card>

  <Card title="Default Address" icon="at" href="/web-hosting/cpanel/email-management/default-address">
    Decide what happens to mail sent to addresses you haven't created.
  </Card>

  <Card title="Address Importer" icon="file-import" href="/web-hosting/cpanel/email-management/address-importer">
    Bulk-create mailboxes or forwarders from a CSV or spreadsheet.
  </Card>
</CardGroup>

## Routing and filters

<CardGroup cols={2}>
  <Card title="Email Routing" icon="route" href="/web-hosting/cpanel/email-management/email-routing">
    Pick where mail for your domain is delivered: locally, to a backup MX, or to an external provider like Google or Zoho.
  </Card>

  <Card title="Email Filters" icon="filter" href="/web-hosting/cpanel/email-management/email-filters">
    Rules that apply to a single mailbox.
  </Card>

  <Card title="Global Email Filters" icon="filter-circle-xmark" href="/web-hosting/cpanel/email-management/global-email-filters">
    Rules that apply to every mailbox on the account.
  </Card>

  <Card title="Spam Filters" icon="ban" href="/web-hosting/cpanel/email-management/spam-filters">
    Configure Apache SpamAssassin: thresholds, allowlists, auto-delete.
  </Card>
</CardGroup>

## Diagnostics and deliverability

<CardGroup cols={2}>
  <Card title="Track Delivery" icon="magnifying-glass-chart" href="/web-hosting/cpanel/email-management/track-delivery">
    Check what happened to recent outgoing mail (delivered, deferred, bounced).
  </Card>

  <Card title="Email Deliverability" icon="circle-check" href="/web-hosting/cpanel/email-management/email-deliverability">
    Check SPF, DKIM, and DMARC. Diagnose why mail lands in spam.
  </Card>

  <Card title="Email Disk Usage" icon="chart-pie" href="/web-hosting/cpanel/email-management/email-disk-usage">
    See which mailboxes are eating storage and clean up.
  </Card>
</CardGroup>

## Convenience and protection

<CardGroup cols={2}>
  <Card title="Autoresponders" icon="reply" href="/web-hosting/cpanel/email-management/autoresponders">
    Auto-reply to incoming mail (out of office, vacation responses).
  </Card>

  <Card title="Mailing Lists" icon="list" href="/web-hosting/cpanel/email-management/mailing-lists">
    Mailman-powered lists for announcements or group discussions.
  </Card>

  <Card title="BoxTrapper" icon="shield-halved" href="/web-hosting/cpanel/email-management/boxtrapper">
    Challenge-response anti-spam. Senders prove they're human before mail reaches you.
  </Card>

  <Card title="Encryption" icon="key" href="/web-hosting/cpanel/email-management/encryption">
    Generate and manage GPG keys for end-to-end encrypted mail.
  </Card>
</CardGroup>

## Calendars and clients

<CardGroup cols={2}>
  <Card title="Calendars and Contacts" icon="calendar-days" href="/web-hosting/cpanel/email-management/calendars-and-contacts">
    CalDAV and CardDAV: set up calendars, share them, manage subscribers.
  </Card>

  <Card title="Mail Clients" icon="mailbox" href="/web-hosting/cpanel/email-management/mail-clients">
    Connect Outlook, Apple Mail, Thunderbird, or your phone to your inbox.
  </Card>
</CardGroup>

## Common starting points

<CardGroup cols={2}>
  <Card title="Create your first mailbox" icon="at" href="/web-hosting/cpanel/email-management/email-accounts">
    Set up `you@yourdomain.com` in two minutes.
  </Card>

  <Card title="Mail isn't delivering" icon="circle-exclamation" href="/web-hosting/cpanel/email-management/email-deliverability">
    Check SPF, DKIM, DMARC, and the MailChannels TXT record.
  </Card>

  <Card title="Forward an address elsewhere" icon="share-from-square" href="/web-hosting/cpanel/email-management/forwarders">
    Send `info@yoursite.com` to a personal Gmail without keeping a mailbox.
  </Card>

  <Card title="Move email to Google or Zoho" icon="route" href="/web-hosting/cpanel/email-management/email-routing">
    Set the routing to remote so MX records take over.
  </Card>
</CardGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
