Send a raw MIME email
Emails
Send MIME email
Send a raw MIME email. The raw message must be a valid RFC 2822 formatted email. The envelope_from must belong to a verified domain in your account.
POST
Send a raw MIME email
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Body
application/json
Sender email address. Must belong to a verified domain. Accepts plain email or with display name.
Example:
"Your Name <hello@yourdomain.com>"
Recipient email address.
Example:
"user@example.com"
The raw RFC 2822 formatted email message.
Required string length:
10 - 37500000Response
Email accepted for delivery
- Option 1
- Option 2
Returned when sending to a single recipient.
Unique identifier of the created email.
Example:
"550e8400-e29b-41d4-a716-446655440000"

