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

# Email

> How email templates work in `zopio`

<Frame>
  <img src="https://mintcdn.com/zopio/xTJtGRO_Qn5sNNUQ/images/email.png?fit=max&auto=format&n=xTJtGRO_Qn5sNNUQ&q=85&s=d296841db5332c41fde1b870ce51b05a" alt="A preview of email" width="3382" height="2144" data-path="images/email.png" />
</Frame>

<Tip>The `email` application runs on port 3003.</Tip>

`zopio` comes with [`react.email`](https://react.email/) built in, allowing you to create and send beautiful emails using React and TypeScript.

`react.email` has a preview server, so you can preview the emails templates in the browser.

To preview the emails templates, simply run the `email` app:

```sh Terminal theme={"system"}
pnpm dev --filter email
```
