Getting Started
Installation
- Install the plugin in your EmDash CMS project:
- Add the plugin to your Astro config:
- Navigate to Plugins > JetEmail in the EmDash CMS admin panel.
- Enter your JetEmail Transactional API key. You can find your API key in the JetEmail dashboard under Outbound > Keys (https://dash.jetemail.com).
- Configure your From Name and From Email address.
- Save settings and send a test email.
Configuration
| Setting | Description |
|---|---|
| API Key | Transactional API key (starts with transactional_) |
| From Address | Sender email on a verified domain |
| From Name | Display name (optional) |
Requirements
- An EmDash CMS site
- A JetEmail account with a verified domain
- A transactional API key
Features
- Easy Setup — Install the plugin, enter your API key, and you’re ready to go
- Full Email Coverage — Handles authentication emails (magic links, password resets), form notifications, and all other transactional emails
- Admin Panel — Configure credentials and sender details directly from the EmDash CMS admin
- Test Connection — Send a test email to verify your configuration
How It Works
The plugin registers as an EmDash CMS email provider using theemail:deliver hook. Once activated, all email sent by EmDash CMS — including magic links, password resets, and form submissions — is routed through the JetEmail API.