Three simple steps. One REST API call. Start sending transactional emails instantly.
Sign up for free and generate your API key from the dashboard.
sk_live_abc123xyz456...
Time Saver: Traditional email APIs take 2-3 hours to set up. Sendmator takes 5 minutes.
Add your domain and configure DNS records (SPF, DKIM, DMARC).
yourdomain.com
Once domain is verified, create an email address under that domain.
noreply@yourdomain.com
✅ Verified emails under verified domains are instantly ready to use
Make a POST request to our REST API:
curl -X POST https://api.sendmator.com/v1/messages/send \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"channel": ["email"],
"recipient_type": "direct_email",
"direct_email": "user@example.com",
"direct_first_name": "John",
"direct_last_name": "Doe",
"from_email": "noreply@yourdomain.com",
"from_name": "Your App",
"subject": "Welcome to Our App!",
"content": "Hello!
Welcome aboard.
",
"plain_text_content": "Hello! Welcome aboard."
}'
That's it! Your email is sent in milliseconds.
Lightning Fast: Average API response time: 200ms
{
"success": true,
"trigger_id": "trg_abc123xyz",
"job_id": "job_xyz789",
"message": "Email queued successfully"
}
Get $0.25 USD or ₹22 INR signup credit. No credit card required.
Get Started Free →