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

# Overview

> Overview of the @qawolf/emails API, including the mail and client modules used to create inboxes and wait for email messages in flows.

## Main Areas

* [Mail](/libraries/emails/api-reference/mail)
* [Client](/libraries/emails/api-reference/client)

Example imports:

```ts theme={null}
import { mail } from "@qawolf/emails";
import { configureEmailsClient, createEmailsClient } from "@qawolf/emails";
```

The [Mail Reference](/libraries/emails/api-reference/mail) covers:

* inbox creation options
* inbox handle methods
* send and wait option shapes
* parsed email fields
