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

# Bizzy-Hosted Email Addresses

> Create an email address on a domain you have verified with Bizzy

Once a domain reaches **active** status, you can create email addresses on it.
Bizzy handles sending and receiving for those addresses — you don't need to run
a mail server.

## Prerequisites

* At least one domain with **Active** status. See
  [Domains → Verify](/user-guide/domains/verify).

## Creating an address

1. Go to **Email Addresses** in the sidebar.
2. Click **Add Email Address** (or visit `/{org}/email-addresses/new` for the
   full-page form).
3. Select **Bizzy** as the provider. The domain dropdown lists only domains that
   are **ready to send** (email authentication complete). If a domain has setup
   underway but unfinished, a warning lists it with a link to finish — see
   [Email deliverability](/user-guide/domains/deliverability).
4. Fill in the form:

| Field                 | Notes                                                             |
| --------------------- | ----------------------------------------------------------------- |
| **Name**              | Display name — what recipients see as the "From"                  |
| **Email**             | The local part — what comes before the `@`                        |
| **Domain**            | Select from your verified domains                                 |
| **System email**      | Check this if the address is for automated sends and not a person |
| **Daily send limit**  | Soft cap on sends per day                                         |
| **Hourly rate limit** | Soft cap on sends per hour                                        |

5. Click **Save**.

<Frame>
  <img src="https://mintcdn.com/thebizzycomapny/LTbGbhRRJUQlFsAe/images/user-guide/email-addresses/create-form.png?fit=max&auto=format&n=LTbGbhRRJUQlFsAe&q=85&s=a2c681e76d76ee4ce75bfe884dfe8227" alt="Create email address form" width="800" height="500" data-path="images/user-guide/email-addresses/create-form.png" />
</Frame>

The new address appears in the list and is ready to use. Messages sent to it
land in the [inbox](/user-guide/email/inbox); messages sent from it route
through Bizzy's infrastructure, authenticated with the domain's SPF, DKIM and
DMARC records. See [Email deliverability](/user-guide/domains/deliverability)
for how that authentication is set up and verified.

## Limits

The daily and hourly limits exist to keep deliverability healthy. If you
regularly hit them, raise them — just be mindful of the reputation impact of
large sudden increases on a new domain.

## Removing an address

Open the address's detail page and delete it. The underlying domain is
unaffected — other addresses on the same domain keep working.

## Next steps

<CardGroup cols={2}>
  <Card title="Domains" icon="globe" href="/user-guide/domains/index">
    Verify or register the domain first
  </Card>

  <Card title="Inbox" icon="inbox" href="/user-guide/email/inbox">
    Where incoming mail shows up
  </Card>
</CardGroup>
