Getting started with Mail2See
Mail2See is a developer-first email testing tool. Instead of sending real emails during development or testing, you point your app at Mail2See's SMTP server and all outgoing emails are captured in your inbox for you to inspect.
No real emails sent
All mail is caught before it reaches any real inbox. Safe for testing.
Instant delivery
Emails appear in your inbox within seconds of being sent.
Team inboxes
Share inboxes across your team with granular token permissions.
Quick Start
Get up and running in under 5 minutes.
Create an account
Sign up for free — no credit card required. Your account comes with a default inbox ready to use immediately.
Generate an SMTP token
Go to Settings → SMTP and click Generate token for the inbox you want to use.
A token looks like: a1b2c3d4
Keep your token secret — it is the SMTP password your app will use.
Configure your app's SMTP settings
Use these credentials in your application:
Replace your@email.com with your Mail2See account email and your-smtp-token with the token you just generated.
Send a test email and check your inbox
Trigger an email from your app, then open Inbox → Messages. Your email will appear there within seconds, showing full headers, HTML preview, and raw source.
Laravel
Add the following to your .env file:
Then send a test using Artisan: php artisan tinker →
Mail::raw('Test', fn($m) => $m->to('test@example.com'));
Node.js / Nodemailer
Python
Inbox & messages
Once emails are captured, head to Inbox → Messages. Each message shows:
- Envelope headers — From, To, Subject, Date
- HTML preview — rendered in a sandboxed iframe so you can see it exactly as a mail client would
- Plain text — the text/plain part of the message
- Raw source — the complete MIME message
Inboxes
Inboxes let you share a single inbox with your colleagues. Go to Inboxes to create an inbox and invite members by email. Each member can access the shared inbox and manage SMTP tokens.
SMTP tokens
Every inbox can have multiple SMTP tokens — one per project or environment is recommended. Tokens are 8-character passwords visible in plain text in Settings so you can copy them at any time. You can regenerate or revoke tokens at any time without affecting other tokens.
Limits & plans
| Feature | Free | Pro |
|---|---|---|
| Messages stored | 100 | Unlimited |
| Inboxes | 1 | Unlimited |
| Inbox members | 3 | Unlimited |
| SMTP tokens per inbox | 2 | Unlimited |
| Message retention | 7 days | 90 days |
Ready to start catching emails?
Free plan, no credit card required.
Create free account