API-first delivery
A concise REST interface planned around the practical needs of transactional email.
Send transactional email through a clean API or authenticated SMTP relay, with transparent delivery logs and domain-level authentication.
Built for responsible, permission-based transactional email.{
"from": "notifications@example.com",
"to": "customer@example.net",
"subject": "Your order is ready"
}
A focused foundation for product email, designed to keep integration and troubleshooting straightforward.
A concise REST interface planned around the practical needs of transactional email.
Submit messages from existing applications using credentials and encrypted connections.
Understand accepted, delivered, bounced, and rejected events without guesswork.
Guidance for domain verification and correctly configuring SPF, DKIM, and DMARC.
Tenvio is being shaped around a predictable workflow for small engineering teams.
Verify ownership and follow guided DNS instructions for SPF, DKIM, and DMARC.
Use the planned REST API for a native integration or authenticated SMTP submission for existing systems.
Review message status and connect webhooks for delivered, bounced, and rejected events.
Private beta note: Tenvio is in active development. Availability and scope of individual features will evolve during the beta.
Send the information a transactional message needs, then follow its delivery lifecycle through structured events.
Illustrative API example: this planned interface documents the intended developer experience and is not a live endpoint yet.
curl -X POST https://api.tenvio.email/v1/messages \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "notifications@yourdomain.com", "to": "user@example.com", "subject": "Welcome", "text": "Your account is ready." }'
The platform is being designed with clear boundaries, authenticated access, and useful delivery diagnostics.
Submission requires authentication and is subject to operational controls intended to protect recipients and infrastructure.
Tenvio is intended for transactional and permission-based email. It is not a tool for cold outreach or unsolicited campaigns.
Status labels describe current direction, not release commitments. No launch dates are being announced yet.
Tenvio is email infrastructure in development for developers and small SaaS teams. Its focus is responsible transactional email through a REST API or authenticated SMTP relay.
Tenvio is in private beta and active development. You can request early access, but access and feature availability are currently limited.
Authenticated SMTP submission is part of the planned product, making it possible to connect software that already supports SMTP. Tenvio will not operate as an open relay.
Custom sending-domain verification, with guidance for SPF, DKIM, and DMARC, is central to the planned experience.
Tenvio is not positioned as a bulk marketing or cold-outreach platform. Use must be transactional or permission-based and comply with the Acceptable Use Policy.
Email abuse@tenvio.email with the full email headers and relevant details. See the Abuse page for guidance.
Tenvio currently operates infrastructure in Canada. Infrastructure locations may expand as the service develops.
Private beta access is limited while Tenvio develops its core delivery infrastructure. Tell us what you are building and how you handle transactional email today.
Request early access