Transactional Email API
Ultra-low latency delivery for critical applications. 99.99% uptime SLA with sub-200ms processing time.
How it works
Trigger via API
Send emails using our high-performance REST API or SMTP relay. Single-endpoint simplicity.
Processed at Edge
Requests are handled by our global edge network for minimum latency, routing to the nearest region.
Smart Delivery
Automatic retry logic, suppression list filtering, and dedicated IP options ensure high inbox placement.
Confirmed Delivery
Get real-time webhooks for delivery, opens, and clicks. Know exactly when your user sees the message.
Capabilities
Sub-200ms Latency
Optimized for speed. Critical alerts and OTPs are processed and handed off to ISPs in milliseconds.
Unified Templates
Use the same templates for transactional and marketing emails. Update copy without a deploy.
Detailed Logs
7-day retention of full message content and events. Debug delivery issues with complete visibility.
Developer First
Clean REST API with OpenAPI spec. No bloated SDKs required, just send a standard HTTP POST request.
Send with Fetch API
await fetch("https://api.xmit.sh/v1/send", {
method: "POST",
headers: {
"Authorization": "Bearer xmit_...",
"Content-Type": "application/json"
},
body: JSON.stringify({
from: "Security <security@yourapp.com>",
to: "user@example.com",
subject: "Your verification code: 123456",
template: "verification-otp",
data: {
code: "123456",
expiresIn: "10 minutes"
}
})
});Related features
Email Webhooks
Real-time notifications for email events. Get instant delivery, bounce, open, click, and complaint data pushed to your endpoint.
Email Analytics
Granular visibility into every message. Track opens, clicks, bounces, and complaints in real-time.
Email Templates
Design once, send everywhere. Powerful Liquid templating with version control and real-time previews.
Frequently Asked Questions
How fast is delivery?
Do I need an SDK?
Can I use my own html?
What about dedicated IPs?
Start sending with Transmit
Set up in minutes. Volume-based pricing starts at $2/month.