Documentation v1.2

Integrate Mailwon in minutes.

Welcome to the Mailwon API reference. Learn how to send transactional emails at scale using our reliable global infrastructure.

Quickstart Guide

To send your first email, you'll need an API key from your dashboard. Mailwon focuses on transactional messages (OTPs, receipts, alerts) to ensure the highest sender reputation.

// Example: Sending an OTP
curl -X POST https://mailwon.com/api/v1/emails \
  -H "Authorization: Bearer mw_live_..." \
  -d '{ "to": "user@example.com", "subject": "Your OTP" }'

Deliverability Best Practices

AWS SES infrastructure requires strict adherence to email standards. We automate this compliance for you:

SPF & DKIM Setup

Mandatory domain verification to prove sender authenticity.

Bounce Management

Automated suppression of hard bounces to keep your score high.

DMARC Enforcement

Protect your domain from spoofing and phishing attempts.

TLS 1.3 Encryption

All data in transit is forced over encrypted channels.

Authentication

All API requests must be authenticated using a Bearer token in the Authorization header. Your API key is your primary credential—never share it in client-side code.

Authorization: Bearer mw_live_api_key

Managed Infrastructure Note

Mailwon acts as a managed orchestration layer on top of **AWS SES**. By using our API, you benefit from enterprise-grade sender identities and automated reputation monitoring, reducing the risk of being sandboxed or throttled.