Send Email with Express
This guide shows you how to send transactional emails using Sequenzy in an Express application.Prerequisites
- A Sequenzy account with an API key
- A verified sending domain
- Node.js 18+ installed
1. Install
Install the Sequenzy SDK and Express:2. Create Your Server
Create a basic Express server that sends emails:index.ts
3. Run
Start your server:Using Templates
Instead of inline HTML, use pre-built templates from the Sequenzy dashboard:Using React Email
For complex email templates, use React Email with Express:emails/welcome-email.tsx