Stable application API
Integrate once. Provider credentials stay out of customer applications, and a provider change does not force a product rewrite.
Private preview · Capture mode live
Your customers see your brand, your From address and your reply path. TEJL handles the verified sending subdomain, aligned authentication, typed message contract, recipient controls and day-two operations behind one stable API.
Honest status: the gateway and hosted capture environment work today. Client-domain onboarding, production delivery, templates, recipient preferences, customer accounts and billing remain admission-gated roadmap capabilities—not live features.
const message = await tejl.send({
from: "appointments@notify.client.com",
to: "customer@example.com",
template: "welcome-v3",
data: { firstName: "Mia" }
});
Client-owned domain
DKIM · SPF · DMARC
Typed messages
Recipient control
Managed operation
01 / The platform
Direct email APIs are inexpensive. Reliable, properly branded transactional email is an operating system of identity, policy, recipient state and evidence. TEJL Send builds and runs that layer for each client.
Integrate once. Provider credentials stay out of customer applications, and a provider change does not force a product rewrite.
Required idempotency keys, tenant boundaries, quotas and sender policies stop common duplication and misuse paths.
Mail uses the client's verified sending subdomain, aligned Return-Path and approved reply mailbox—not a TEJL sender domain.
TEJL owns onboarding runbooks, configuration review, monitoring, incident response and delivery-provider coordination.
Every managed template exposes a preference path. Optional mail can be stopped without requiring an account in the client application.
Capture mode exercises the real acceptance path without external delivery. Production is enabled only after its gates pass.
02 / Client identity
We onboard a stable transactional subdomain under the client's DNS. TEJL infrastructure stays behind the contract—never in the visible From address or a hidden reply route.
The admission contract
The client or authorized DNS owner approves each hostname, sender and reply behavior.
2048-bit DKIM, custom MAIL FROM/SPF and monitored DMARC must pass before production.
Each client receives an SES tenant, identity, configuration set, suppression scope and quotas.
If required DNS drifts, sending pauses. We do not silently fall back to a provider-branded Return-Path.
No hollow guarantees: aligned authentication and transactional subdomains reduce provider branding and help segment reputation; no responsible operator can promise inbox placement, a specific mail-client rendering or absolute isolation from parent-domain/provider reputation.
03 / Integration
Approve message classes, form-event schemas, templates, locales and essential/optional policy.
Run your real application flow without sending externally or risking customer inboxes.
Verify the client domain, DNS, templates, events, complaint handling and production-provider access.
TEJL monitors the gateway and handles routine delivery infrastructure work under the selected service tier.
curl https://tejl-send.tejl.com/v1/messages \
-H "Authorization: Bearer <tenant-key>" \
-H "Idempotency-Key: order-1842-receipt" \
-H "Content-Type: application/json" \
--data '{
"messageClass": "purchase.receipt",
"template": "receipt@4",
"to": ["customer@example.com"],
"locale": "hr-HR",
"data": { "orderId": "1842" }
}'
{ "status": "captured", "replayed": false }Current API: raw HTML/text submission, status lookup, usage and suppressions are implemented in capture mode. The typed event shown above, template service, SDKs and customer-managed configuration are the production contract being built—not available endpoints today.
05 / Reliability model
06 / Commercial model
Private-preview pricing is a managed-service proposal, not a commodity email markup. Final limits and SLAs will be validated with design partners before public sale.
Managed Core
Onboarding from €750
Reliability Design-partner focus
Onboarding from €1,500
Enterprise
Scoped onboarding
Preview assumptions exclude VAT and extraordinary provider, dedicated-IP or custom compliance costs. No card is collected on this site.
07 / Admission roadmap
Real authenticated acceptance, persistence, policy and event behavior without external email delivery.
Validate onboarding, templates, domain ownership, traffic shape, support expectations and willingness to pay.
Enable only after sender identities, DKIM, MAIL FROM, provider production access, events and runbooks pass.
Accounts, RBAC, domains, templates, API keys, logs, usage and billing become customer-operable.
Contracted SLOs, audit evidence, disaster recovery, security controls and regional options.
08 / Questions
No. The hosted gateway is intentionally in capture mode. It accepts and records test traffic but sends no external email. Production admission is a separate verified step.
You can. TEJL Send is for teams that value a stable application contract and want sender onboarding, policy, events, monitoring and provider operations handled as one managed layer.
No. Login, dashboard, documentation portal and customer self-service controls on this page are non-functional pre-launch previews. They never ask for credentials.
No. The production contract uses a verified client-owned From subdomain, a separate aligned client-owned MAIL FROM host and a routable client reply mailbox—or no Reply-To. Authentication reduces provider branding, but we cannot guarantee how every inbox renders a sender.
No. The planned preference center uses a short-lived magic link scoped to one client and recipient. An explicit preference action changes state; an email open or ordinary click does not.
Optional and subscription categories will support one-click unsubscribe. Security and essential transaction messages are classified separately and sent only when the underlying action requires them; every template still provides a clear preference or help path.
Not yet. The core gateway proves important boundaries, but enterprise readiness requires the queued delivery architecture, observability, customer administration, compliance evidence and operational gates listed above.
Design partner intake / 2026