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

# EmailUX Email

> Build and send emails using EmailUX Email.

## Getting Started

EmailUX Email is tested and designed to make your job easier to author emails

<CardGroup>
  <Card title="Setup" icon="flower" href="/getting-started/setup">
    Create a brand-new folder with packages powered by EmailUX Email.
  </Card>
</CardGroup>

## Components

These are some standard components build using table-based structure. So that you don't have to deal with.

<CardGroup>
  <Card title="HTML" icon="file-code" href="/components/html">
    A React html component to wrap emails.
  </Card>

  <Card title="Body" icon="grid" href="/components/body">
    The main wrapper that hold your content.
  </Card>

  <Card title="Button" icon="b" href="/components/button">
    A React button component to help build emails.
  </Card>

  <Card title="Text" icon="text-size" href="/components/text">
    A block of text separated by blank spaces.
  </Card>
</CardGroup>

## Integrations

In order to send EmailUX Emails you have to convert it to an HTML string and then you can send that using your own or our sending provider.

<CardGroup>
  <Card title="API client" icon="cube" href="/api/api-client">
    Call render and deliver from Node with the npm package @emailux/api-client (SendGrid, Gmail, SMTP).
  </Card>
</CardGroup>

## Authors

* Hamed Rohani ([@hmdroh](https://x.com/hmdroh))
