Skip to main content

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.

Getting Started

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

Setup

Create a brand-new folder with packages powered by EmailUX Email.

Components

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

HTML

A React html component to wrap emails.

Body

The main wrapper that hold your content.

Button

A React button component to help build emails.

Text

A block of text separated by blank spaces.

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.

API client

Call render and deliver from Node with the npm package @emailux/api-client (SendGrid, Gmail, SMTP).

Authors