> ## 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.

# Email Accounts

> Create and manage mailboxes on your domain. Set passwords, set quotas, log into webmail.

The Email Accounts tool is where you create and manage every mailbox on your domain. It also opens the webmail client so you can read mail straight from cPanel without setting up a desktop client.

Open it from cPanel home → **Email** → **Email Accounts**.

<Frame caption="Email Accounts listing every mailbox on the domain">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-accounts/listing-light.png" alt="Email Accounts page with mailboxes and Manage buttons" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-accounts/listing-dark.png" alt="Email Accounts page with mailboxes and Manage buttons" className="hidden dark:block" />
</Frame>

## Create a mailbox

<Steps>
  <Step title="Click Create">
    Top right of the Email Accounts page.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-accounts/create-form-light.png" alt="Email account creation form" className="block dark:hidden" />

      <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/email-accounts/create-form-dark.png" alt="Email account creation form" className="hidden dark:block" />
    </Frame>
  </Step>

  <Step title="Pick the domain and username">
    Choose the domain from the dropdown (if you host more than one). Type the local part of the address (e.g. `info` for `info@yourdomain.com`).
  </Step>

  <Step title="Set a password">
    Use **Generate** for a strong random one, or set your own. cPanel rejects weak passwords by default.
  </Step>

  <Step title="Set a storage quota">
    Default is 1024 MB. Set **Unlimited** if your plan allows it. The quota counts against your overall account disk usage.
  </Step>

  <Step title="Send a welcome email (optional)">
    Tick **Send a welcome email with mail client configuration instructions** if you want the mailbox owner to receive setup steps for Outlook, Apple Mail, etc.
  </Step>
</Steps>

## Manage existing mailboxes

Each mailbox row has a **Manage** button with the actions you'll use most:

| Action                       | Use it for                                                    |
| ---------------------------- | ------------------------------------------------------------- |
| Change password              | Reset a forgotten password or rotate after a leak             |
| Adjust storage quota         | Bump a busy mailbox up before it fills                        |
| Email disk usage             | See exactly what's filling the box (also in Email Disk Usage) |
| Suspend incoming or outgoing | Lock the mailbox without deleting it                          |
| Restrict by IP               | Lock down login to specific IPs (advanced)                    |
| Delete                       | Remove the mailbox and its mail forever                       |

## Open webmail

Two ways:

* From the mailbox row, click **Check Email**. cPanel logs you straight into Roundcube.
* Or visit `https://webmail.yourdomain.com` (or `https://yourdomain.com/webmail`) and log in with the full email address and password.

## Tips

* **Default mailbox quota.** Set sensible defaults from the **Email Accounts** page settings so new mailboxes don't get unlimited space by accident.
* **Forwarders before mailboxes.** If you only need `info@` to land in your personal Gmail, set up a [forwarder](/web-hosting/cpanel/email-management/forwarders) instead of a mailbox. Saves disk usage.
* **Disposable mailboxes for signups.** Create a mailbox like `signups@yourdomain.com` and forward it elsewhere. Keeps your main inbox clean.

## 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>
