👋Introduction

Hi there! Here's the documentation for Mailwind, the ultimate tool for sending Tailwind templates by email.

What is Mailwind ?

Mailwind is an interface between your API and transactional email providers (such as Sendgrid, SES or Resend) allowing you to generate emails with Tailwind, better management of templates & layouts, multilingual support and much more.

Why use Mailwind ?

  • A simple API and clear, concise documentation!

  • Automatic conversion of Tailwind templates into email-compatible html.

  • A code editor for easy navigation through your files and folders

  • A tracking system to monitor the performance of your campaigns.

  • A multilanguage system for easy multilingual versions

  • And much more...

How does it work ?

Mailwind is a simple interface between your API and the provider. Send a request to the Mailwind API with the same structure as the desired provider, Mailwind will generate the content of the email and directly send the request to the provider

Find the different supported providers:

  • Sendgrid

  • AWS SES

  • Resend

Things to know

Template creation & modification

To make your e-mails more attractive, Mailwind has developed a solution for creating layouts using Tailwind.

Two types of layouts

Mailwind works with layouts & templates.

Both types can be used in the same way. The only difference is that layouts are "parent" to templates. So you can create the common structure for all your emails in a Layout and then use different templates for each specific email.

You can edit layouts via the code editor

Engine

Mailwind is based on a library called Maizzle. "Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS and advanced, email-specific post-processing." - Maizzle

Mailwind's added value is to offer you an all-in-one cloud-based system for sending tailwind emails without requiring a huge integration and infrastructure for these functionalities.

Feel free to integrate the framework into your infrastructure free of charge.

Last updated