Zhylon Mail
Transactional email API, developer inbox, hosted mailboxes and disposable addresses β bundled into one platform. Everything your application and team needs to send, receive and test email.
Four Products. One Platform.
Most teams stitch together three or four separate tools for email. Zhylon Mail bundles transactional sending, dev testing, hosted mailboxes and disposable addresses under one Zhylon ID.
REST API and SMTP relay for password resets, welcome emails, notifications, receipts and any automated email your application sends. High deliverability, real-time logs and webhook events for every message.
A sandboxed SMTP server that captures outgoing emails in development and staging β without ever delivering to real recipients. Inspect rendered HTML, raw headers, spam scores and attachments in a clean web UI.
Fully managed SMTP + IMAP mailboxes for your domain. Set up team@, support@, hello@ β and access them from any mail client or the Zhylon web interface. Includes spam filtering, aliases and shared mailboxes.
Generate throw-away email addresses for testing, privacy protection or short-term signups. Each inbox lives for a configurable duration β minutes, hours or days β and can be extended or destroyed via API.
Dev Inbox
Point your local or staging SMTP config at Zhylon Mail's sandbox server. All outgoing emails are captured β not delivered. Your team can inspect every message in real time.
The ideal Mailtrap alternative β built into the same platform you use for production sending.
# Switch to Zhylon Dev Inbox in staging MAIL_MAILER=smtp MAIL_HOST=sandbox.mail.zhylon.net MAIL_PORT=587 MAIL_USERNAME=your-project-token MAIL_PASSWORD=your-inbox-secret MAIL_ENCRYPTION=tls
Transactional API
REST API and SMTP relay for any language or framework. Full support for HTML templates, attachments, CC/BCC, reply-to and custom headers.
Laravel, PHP, Node.js, Python β all SDKs available. Or use raw SMTP if you prefer.
POST https://api.zhylon.net/mail/send Authorization: Bearer $TOKEN Content-Type: application/json { "from": "[email protected]", "to": "[email protected]", "subject": "Welcome to My SaaS!", "template": "welcome", "variables": { "name": "Sarah", "verify_url": "https://my-saas.com/verify/abc123" } }
use Zhylon\Mail\ZhylonMailer; ZhylonMailer::send([ 'to' => '[email protected]', 'subject' => 'Your password reset', 'template' => 'password-reset', 'vars' => ['code' => '847201'], ]);
// POST to your endpoint on every event { "event": "delivered", "message_id": "msg_01j9xkβ¦", "to": "[email protected]", "timestamp": 1724073612, "latency_ms": 218 }
Temporary Email
Generate a temporary email address for testing, privacy or one-time signups. Each inbox has a configurable expiry β from 10 minutes to 30 days. Extend or destroy via the UI or API.
Perfect for CI pipelines, QA flows, one-time registrations or protecting your real email from spam.
Platform Features
Features that apply across all four Zhylon Mail products.
Zhylon Mail handles all email authentication records automatically for your sending domain β no DNS wizard required.
Full per-message delivery logs with timestamps, status codes and error reasons. Queryable via dashboard or API.
Automatic suppression list management. Bounced and complained addresses are removed before they damage your sender reputation.
Define reusable HTML email templates with variable substitution. Managed via dashboard or API β versioned and testable.
Invite team members, assign roles and share dev inboxes per project. Separate workspaces for each environment.
All email data, logs and mailbox content stored exclusively on EU servers. DSGVO-compliant by architecture β no data leaves Europe.
Pricing
Every plan includes access to the transactional API, dev inbox, mailboxes and temporary email. Upgrade as your volume grows.
For side projects and early-stage apps getting started with email.
For developers and small teams who send real application email.
For growing products and teams with higher email volume.
For high-volume senders and large teams with custom needs.
Zhylon Ecosystem
Zhylon Mail is part of the Zhylon ecosystem. Your ZhylonID works everywhere.
Explore zhylon.net