Zhylon Mail

Email infrastructure.
All of it.

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.

Transactional API Dev Inbox Mailboxes Temp Mail
Delivery rate
99.8%
transactional
Avg. delivery
<300ms
global average
Emails / day
2M+
across all plans
Uptime
99.9%
SLA guaranteed
mail.zhylon.net β€” Unified Inbox 4 unread
Workspaces
All mail 4
Transactional
Dev Inbox
Mailboxes
Temp Mail
Tools
Logs
Settings
Filter β–Ύ
Sort β–Ύ
ZD
Verify your email address
Hi Sarah, please click the link below to verify your account…
12:04 Transactional
DV
Password reset β€” staging.myapp.com
You requested a password reset. Use the code: 847201…
11:47 Dev Inbox
TM
Re: Q3 budget proposal
Thanks for sending over the numbers. I'll review by EOD…
10:30 Mailbox
TM
Your promo code inside πŸŽ‰
Exclusive offer just for you β€” save 30% on your first order…
09:15 Temp
ZD
Your invoice #1042 is ready
Invoice for €49.00 is attached. Due: 15 Aug 2025…
Yesterday Transactional

Every email use case.
Covered.

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.

01
Transactional API
Send application email at scale.

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.

  • REST API + SMTP relay
  • SPF, DKIM and DMARC managed
  • Delivery webhooks (delivered, bounced, opened)
  • Template engine with variables
  • Suppression list management
02
Dev Inbox
Test email safely. Like Mailtrap.

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.

  • Sandboxed SMTP β€” no real delivery
  • HTML + plain text preview
  • Raw header inspection
  • Spam score analysis
  • Team-shared inboxes per project
03
Hosted Mailboxes
Real mailboxes for your team.

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.

  • SMTP + IMAP access
  • Custom domain required
  • Spam & virus filtering
  • Aliases and forwarding rules
  • Shared mailboxes for teams
04
Temporary Email
Disposable inboxes on demand.

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.

  • Instant address generation
  • Configurable TTL (minutes β†’ days)
  • API + web UI access
  • Receive any email, no setup
  • Auto-expire and purge

Never spam real users
during development.

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.

Dev Inbox β€” staging / my-saas Live capture active
Welcome to My SaaS! Please verify your email
2 min ago 4.2 KB
HTML Raw Spam
Your password reset code: 847201
8 min ago 1.8 KB
HTML Raw Spam
Invoice #1042 β€” €49.00 β€” Due 15 Aug
23 min ago 28.4 KB
HTML Raw Spam
Laravel .env β€” dev sandbox config
# 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

Send email with
a single API call.

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.

REST API β€” send email
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"
  }
}
PHP / Laravel
use Zhylon\Mail\ZhylonMailer;

ZhylonMailer::send([
  'to'       => '[email protected]',
  'subject'  => 'Your password reset',
  'template' => 'password-reset',
  'vars'     => ['code' => '847201'],
]);
Webhook β€” delivery event
// POST to your endpoint on every event
{
  "event":      "delivered",
  "message_id": "msg_01j9xk…",
  "to":         "[email protected]",
  "timestamp":  1724073612,
  "latency_ms": 218
}

Disposable inboxes.
Ready in seconds.

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.

Expires in 43 min 12 sec  Β·  Extend
github.com Verify your GitHub email address 2 min ago
shopify.com Your account has been created 18 min ago
newsletter.io Confirm your subscription 31 min ago

One platform.
No compromises.

Features that apply across all four Zhylon Mail products.

SPF, DKIM & DMARC

Zhylon Mail handles all email authentication records automatically for your sending domain β€” no DNS wizard required.

Delivery logs & events

Full per-message delivery logs with timestamps, status codes and error reasons. Queryable via dashboard or API.

Bounce & complaint handling

Automatic suppression list management. Bounced and complained addresses are removed before they damage your sender reputation.

Template engine

Define reusable HTML email templates with variable substitution. Managed via dashboard or API β€” versioned and testable.

Team access

Invite team members, assign roles and share dev inboxes per project. Separate workspaces for each environment.

EU infrastructure

All email data, logs and mailbox content stored exclusively on EU servers. DSGVO-compliant by architecture β€” no data leaves Europe.

One subscription.
All four products.

Every plan includes access to the transactional API, dev inbox, mailboxes and temporary email. Upgrade as your volume grows.

Free

For side projects and early-stage apps getting started with email.

€0 / month
    Transactional
  • 1,000 emails / month
  • REST API + SMTP
  • Dev Inbox
  • 1 project inbox
  • 100 captured / day
  • Mailboxes
  • β€”
  • Temp Mail
  • 5 active addresses
Get started free

Team

For growing products and teams with higher email volume.

€39 / month
    Transactional
  • 150,000 emails / month
  • Dedicated sending IP
  • Dev Inbox
  • Team-shared inboxes
  • Header inspection
  • Mailboxes
  • 20 mailboxes
  • Temp Mail
  • 500 active addresses
Start free trial

Business

For high-volume senders and large teams with custom needs.

€99 / month
    Transactional
  • 1M+ emails / month
  • Multiple sending IPs
  • Dev Inbox
  • Unlimited inboxes
  • API access to captures
  • Mailboxes
  • Unlimited mailboxes
  • Temp Mail
  • Unlimited + custom TTL
Contact us

One login across
the entire platform.

Zhylon Mail is part of the Zhylon ecosystem. Your ZhylonID works everywhere.

Explore zhylon.net