Skip to main content

Overview

MailSlurp gives your team real inboxes, phone numbers, event hooks, testing tooling, monitoring, and governance controls in one platform. Use this page to choose the right docs path first, then jump into the workflow closest to your job.

Choose the docs path that matches your job

  • Quick start for the shortest hands-on path from API key to first inbox or phone number.
  • Solutions if you want a path by team: developers, QA and release, marketers, or data and operations.
  • Features hub if you want to browse the platform by capability instead of by endpoint.
  • Guides hub if you know the workflow you want but not the right MailSlurp page yet.
  • API reference and SDK libraries if you are implementing directly in code.
  • Examples, Postman, Bruno, and Insomnia if you want runnable clients and API collections.

Start by team

Browse the platform by capability

Key docs in each pillar

Messaging

Testing and QA

Monitoring

  • Monitoring for the overall post-launch monitoring surface.
  • Domain Monitor for DNS posture and sender-health drift.
  • Campaign Probe for live campaign capture and review.
  • Reputation for bounce, complaint, and suppression-aware sender protection.

Automation

Team and governance

Developer tooling

How MailSlurp fits together

Most teams follow the same flow:

  1. Provision a fresh inbox, phone number, or mailbox connection.
  2. Run the workflow that should send or receive a real message.
  3. Inspect the message synchronously with wait methods or asynchronously with webhooks.
  4. Add monitoring, access controls, and environment separation as the workflow moves toward production.

Programmatic access

Get an SDK running

Start with an SDK setup snippet in your language. The same workflows are also available over the REST API.

Representative code samples

Examples below use JavaScript because the snippets are shortest there. The same flows exist across the SDKs and direct HTTP API.

Create an inbox

Loading...

Wait for a real email

Loading...

Push events to your server

Loading...

Add SMS coverage

Loading...