Skip to main content

Getting Started

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

Setup

Create a brand-new folder with packages powered by InkDes 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 InkDes Emails you have to convert it to an HTML string and then you can send that using your own or our sending provider.

Authors