Skip to content

Introduction

MailerDash is a platform for sending transactional email (confirmations, password recovery, notifications) and marketing (list campaigns, drip automations) via a simple HTTPS API.

  • You authenticate each request with an API key (Authorization: Bearer header).
  • You send over two channels: transactional and bulk (marketing), routed with the X-Md-Channel header.
  • Your emails are signed with DKIM from your verified domains for maximum deliverability.

All endpoints live under /v1, the stable public contract. The version of the running software is exposed at GET /version (changes with each release; the /v1 contract does not).

Follow the Quickstart to send your first email.