The dashboard is the fastest way to run email workflows without writing code, and it is also a useful control plane for API-driven projects.

[Open dashboard](https://app.mailslurp.com).

Need only the inbox-address path? Use [View email addresses](/guides/dashboard/view-email-addresses/).

## Dashboard workflow map

1. Create or open an inbox.
2. Send or receive test messages.
3. Inspect headers, body, and attachments.
4. Validate routing and authentication behavior.
5. Apply domain and team settings.

## Inboxes

Create inboxes from the **Inboxes** section.

- Randomized inboxes for fast testing.
- Custom-domain inboxes for production-like validation.

Examples:

![No inboxes](/assets/dash/inboxes-none.png)

![Viewing inboxes](/assets/dash/inboxes-nonempty.png)

![Create inboxes](/assets/dash/create-inbox.png)

## Composing and sending

Open an inbox and use **Compose** to send messages.

![Compose emails](/assets/dash/compose.png)

For API-based sending flows, see [sending emails](/guides/sending-emails/).

## Receiving and inspecting

Use inbox refresh and message view to inspect incoming mail.

![Receive emails](/assets/dash/inbox-with-email.png)

![View email content](/assets/dash/full-email.png)

You can inspect envelope details, text/HTML content, raw source, and attachments.

## Account and domain operations

For operations outside inbox workflows:

- [Manage subscription](/support/managing-subscription/)
- [Set up custom domains](/guides/custom-domains/)
- [Domain onboarding for developers](/guides/developers/creating-domains/)

## Team workflow recommendations

- Use naming conventions for inbox ownership and environment.
- Keep one inbox per test stream for easier debugging.
- Pair dashboard checks with API/webhook assertions before releases.

For API-first teams, continue in the [developer portal](/developers/) and [getting started](/guides/getting-started/).
