Complete guide to sending transactional emails with the MailCub API. Learn how to integrate, customize, and optimize your email delivery.
Sign up for MailCub and generate your API key from the dashboard
Add DNS records to verify your sending domain for better deliverability
Use our API to send your first transactional email
curl -X POST https://api.mailcub.com/v1/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "user@example.com",
"from": "noreply@yourapp.com",
"subject": "Welcome to our service!",
"html": "<h1>Welcome!</h1><p>Thanks for signing up.</p>",
"text": "Welcome! Thanks for signing up.",
"tags": ["welcome", "onboarding"]
}'
Send emails in milliseconds with our optimized SMTP infrastructure
Comprehensive tracking and reporting for all your transactional emails
Bank-level security with authentication and encryption
Built for developers with comprehensive tools and documentation