Deliverable · not disposable · ebook delivery triggered
Turn raw email into decisions.
Validate and understand addresses. Turn inbound mail and DMARC reports into events. Send transactional messages, classify spam, and move complete mailboxes between providers.
Your email data is processed. Not collected.
As a service of a German company, Maail is governed by European law. Address analysis and spam classification are stateless: we return the result and discard the submitted payload. For sending, inbound email and mailbox migration, only the operational data required to complete the requested task is retained.
Email addresses and message content submitted for analysis are not retained after the result is returned.
Privacy is a core operating principle shaped by European data-protection standards.
Inbound, sending and migration data is handled only for the workflow you explicitly request.
Transient intelligence endpoints stay separate from services that require operational state.
Email infrastructure your product can reason about.
Each capability solves a concrete job. Together they cover the path from the first address entered into a form to the last message your application receives, sends or moves between providers.
Should this address be used in your product?
Maail looks beyond syntax and identifies what kind of mailbox you are dealing with. Use the result to qualify signups or trigger gated-content delivery, such as emailing an ebook to a reachable lead.
- Syntax, domain and MX signals
- Disposable and temporary providers
- Company, university and free-mail context
- Role account and name inference
- Reliable gated-content and ebook delivery
Turn an inbox into a webhook for AI workflows.
Give a workflow its own inbound address. Maail receives the message, normalizes email complexity and delivers a structured event to your application.
- Dedicated inbound addresses
- Normalized MIME and message bodies
- Attachment metadata
- Signed webhook delivery
- Routing by address or recipient
Send product email with one API call.
Send transactional messages directly or render a reusable template with variables. Your application provides the data; Maail builds and accepts the message.
- Simple JSON send endpoint
- Reusable HTML and text templates
- Per-recipient template variables
- Idempotency for safe retries
- Message ID and accepted status
template: invoice-ready
msg_01K4… · queued
Is this message spam or ham?
Send raw RFC 822 or structured message content. Maail uses an LLM to understand the intent and returns a decision your mail gateway or product can act on.
- Context-aware spam / ham decision
- Raw message or structured JSON input
- Confidence score and reason codes
- Works beside reputation and rule engines
- Suitable for Milter and inbound pipelines
Urgent: confirm your credentials
spam · 0.97 · credential_phishing
Move an entire mailbox between providers.
Connect a source and destination mailbox, then let Maail copy the complete history while preserving the structure users expect. Run a final catch-up pass before switching MX records so nothing is missed.
- IMAP-to-IMAP migration
- Folders, flags and internal dates
- Resumable background jobs
- Progress and verification status
- Incremental catch-up before cutover
old-provider.eu → new-provider.eu
18,420 messages · 37 folders · complete
Input. Intelligence. Action.
Maail hides transport and parsing details behind predictable resources, events and decisions.
An address or message arrives
Call the API, send a message or let Maail receive email for a configured route.
Maail produces structured meaning
Provider data, message structure and model reasoning become a clean response.
Your product decides what happens
Accept the user, reject spam, trigger a workflow or continue with a message ID.
Small surface. Explicit results.
Every request uses Bearer authentication, JSON by default and a stable request ID. Raw email can also be
sent as message/rfc822.
https://api.maail.co/v1POST /templatesPOST /mailbox-connectionsGET /mailbox-migrations/:idGET /messages/:id
/addresses/analyzeClassify an email address and decide whether it belongs in your product.
{
"email": "[email protected]"
}
{
"id": "ana_01K4S2H8",
"email": "[email protected]",
"kind": "education",
"mailbox_type": "personal",
"is_disposable": false,
"deliverability": "likely",
"person": null,
"recommendation": "accept"
}
Process what is needed. Keep nothing by default.
Maail is a service of a German company and falls under European law. Address analysis and spam classification are stateless and their submitted payloads are not stored. Inbound, outbound and migration data exists only for the configured workflow and only as long as operationally required.
Start small. Pay for what your product uses.
Every plan includes address intelligence, inbound routes, transactional sending, spam classification, and API access. Upgrade when volume grows.
For prototypes and small production workflows.
- 5,000 API operations
- 1,000 sent or received emails
- 3 inbound routes
- Community support
For products with recurring email workflows.
- 50,000 API operations
- 10,000 sent or received emails
- 25 inbound routes
- Email support
For higher-volume and business-critical systems.
- 250,000 API operations
- 50,000 sent or received emails
- Unlimited inbound routes
- Priority support and SLA options
Additional usage is billed monthly. Mailbox migrations are priced separately by mailbox size and volume.
Is Maail an email validation API?
Validation is one signal, but the product goes further. Maail classifies the mailbox and its context—such as business, education, personal, role-based or disposable—and returns a recommendation your product can use directly.
How do inbound emails reach my application?
You create an inbound route and receive an address such as [email protected]. Every message to that route is normalized and delivered as a signed email.received event to your webhook.
Can I send without using a template?
Yes. The messages endpoint accepts direct subject, HTML and text content, or a stored template plus variables. Templates are useful for repeated transactional messages but are not mandatory.
Does LLM classification replace SpamAssassin?
It can be used independently, but the strongest mail pipeline combines authentication, reputation, deterministic rules and semantic classification. Maail is the content-aware decision signal in that stack.
Can I use it from Postfix or milter.js?
Yes. Call the spam endpoint as an additional policy signal and define explicit timeout and fail-open behavior. For deeper analysis without SMTP latency, classify after accepting the message into the queue.
What is preserved during a mailbox migration?
Maail copies messages through IMAP while preserving folder structure, read and flagged states, and internal message dates. Migration jobs are resumable, expose progress and can perform an incremental catch-up pass immediately before the final provider switch.
Are email payloads stored?
Analysis and classification are transient by default. Inbound routing and sending retain only what is explicitly required by the configured workflow and delivery process.
Make email useful to your software.
Tell us what arrives, what you need to know and what should happen next.