We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.
Transactional Email
Send password resets, order confirmations, and notifications via a simple REST API — no SMTP hassle.
One API call. Email delivered.
No SDK required. Just a simple HTTP POST.
curl -X POST https://api.litestartup.com/v2/email/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "[email protected]",
"to": "[email protected]",
"subject": "Your order is confirmed",
"html": "<h1>Order #1234</h1><p>Thank you!</p>"
}'
Built for developers who ship fast
Reliable email delivery backed by AWS SES infrastructure.
Simple REST API
Send emails with a single POST request. No SDKs, no dependencies. Works with any language.
Delivery Tracking
Real-time webhooks for delivery, bounce, and complaint events. Know the status of every email.
Fast Delivery
Emails hit inboxes in seconds, not minutes. Built on AWS SES for enterprise-grade reliability.
API Key Auth
Secure Bearer token authentication. Create multiple API keys with different permissions and IP whitelists.
Custom Domains
Send from your own domain with full SPF, DKIM, and DMARC setup. Maximize inbox placement.
Email Logs
Full audit trail of every email sent. Search, filter, and debug delivery issues from the dashboard.
Start sending in 3 steps
Get your API key
Sign up and generate an API key from the dashboard. Takes 30 seconds.
Verify your domain
Add DNS records for your sending domain. We auto-verify and configure SPF, DKIM, DMARC.
Send your first email
Make a POST request to our API. Your email arrives in seconds. Track delivery in real-time.