Programmatic email accounts
Create real programmatic email accounts on demand. Connect them to your systems with APIs, SDKS, webhooks and plugins. Supports custom domains, plus addresses, virtual servers, Gmail and Outlook connections and more.
import { test, expect } from "@playwright/test";import { MailSlurp } from "mailslurp-client"; test("sign up with email OTP", async ({ page }) => { const mailslurp = new MailSlurp({ apiKey: process.env.MAILSLURP_API_KEY! }); const inbox = await mailslurp.createInbox(); await page.goto("/signup"); await page.getByLabel("Email").fill(inbox.emailAddress!); await page.getByRole("button", { name: "Create account" }).click(); const email = await mailslurp.waitForLatestEmail(inbox.id!, 30000); const code = email.body!.match(/\b\d{6}\b/)![0]; await page.getByLabel("Code").fill(code); await expect(page.getByText("Welcome")).toBeVisible();});Create and control, email and SMS on any platform. Add AI, automations, and webhooks to send and receive at scale. REST APIs, Native SDKs, and first-party plugins for all major frameworks.
Trusted by top companies worldwide



Create real programmatic email accounts on demand. Connect them to your systems with APIs, SDKS, webhooks and plugins. Supports custom domains, plus addresses, virtual servers, Gmail and Outlook connections and more.
Developer-focused features like content matching, waitFor functions, event monitoring, smart filters and tagging. Bundled in native libraries and intuitive dashboards.
Send and receive SMS from anywhere. Real non-VOIP numbers in over 20 mobile networks globally. Provision numbers instantly and in bulk.
Connect forwarding, rulesets, repliers, and AI data transformers to turn emails and attachments into structure and actionable data.
Retryable events and queue-backed messaging mean MailSlurp powers reliable email and attachment ingest.
Use emails accounts and phone numbers everywhere to test end-to-end, improve delivery, validate content, and process messages at scale.
REST APIs, IMAP/SMTP, native packages in every major language, and powerful functionality for reliable tests + automations.
Deep integrations with a wide range of platforms and tools for industry standard testing and automations.
MailSlurp fits seamlessly into your testing, development, and releases cycles like CI/CD and E2E Q.A.
MailSlurp SDKs and REST APIs support TypeScript, JavaScript, Python, Go, .NET, Ruby, PHP, Kotlin, Swift, and the rest of your delivery stack.
Emails processed
500 million+
Infrastructure that scales.
Mobile networks
20+
Leverage global telecom networks.
Mature platform
10+ years
Stable and dependable.