Keep your SMTP.
Add templates, API, and logs.
Connect Gmail, Amazon SES, Zoho, or your own server. Send transactional email through a REST API - without switching providers or paying per email.
Start free during launch - then from $1/month
curl -X POST https://api.letterstack.dev/v1/emails/send \
-H "Authorization: Bearer ls_live_xxxxx" \
-H "Content-Type: application/json" \
-d '{
"template": "welcome-email",
"to": "[email protected]",
"variables": { "name": "John" }
}' Sound familiar?
Free tiers cap you when users show up.
Many transactional email APIs limit free plans to low daily volume. Fine for a demo - painful when signups turn real.
Already have SES, Gmail, or a VPS with SMTP?
You already have delivery. You need templates, a send API, and logs on top - without paying again for managed SMTP you do not need.
Tired of wiring up nodemailer in every project?
Handlebars templates, one POST endpoint, and a dashboard - without rebuilding the same email stack for each side project.
Up and running in three steps
Connect your SMTP
Any SMTP server works. Gmail, Amazon SES, Zoho, your VPS - just enter host, port, and credentials. We test the connection on save.
Create templates
Build Handlebars HTML templates in the dashboard or via API. Preview them with sample data before you send.
Send via API
One POST request. Pass your template slug and variables. We render the template, send through your SMTP, and log the result.
Templates, API, and logs on your SMTP
- Bring Your Own SMTP Any SMTP server - Gmail, Amazon SES, Zoho, self-hosted. If it has a host, port, and credentials, it works.
- Handlebars Templates Create, edit, and preview dynamic email templates. Variables, conditionals, loops - full Handlebars support.
- REST API One POST to send. Full CRUD for templates. curl works.
- Send Logs See queued, sending, sent, and failed - with SMTP error details.
- Project Isolation Separate SMTP configs, templates, and API keys per project. Keep staging and production cleanly apart.
- Encrypted Credentials SMTP passwords encrypted at rest with AES-256. Your credentials are never stored in plain text.
Frequently asked questions
What SMTP servers are supported?
How does pricing work if I bring my own SMTP?
Is my SMTP password stored securely?
Can I use Gmail for testing?
What happens if my SMTP server is down?
Do you track opens and clicks?
Can I use multiple SMTP servers per project?
Connect your SMTP in 5 minutes
First month free. Unlimited email volume. 14-day refund if it’s not for you.
Start free