Visual Guide

Using testsmail is easy

Master our platform in less than 2 minutes.

Step 1

Create Your Inbox

Choose any name you want or generate a random one. No sign-up required for public inboxes. Your temporary address is ready instantly.

my-secret-inbox
Access Inbox
Creating inbox
Step 2

Receive Emails Real-Time

Give your testsmail address to any service. Emails will appear in your inbox the moment they are sent. No need to refresh the page!

Step 3

Choose Your Privacy

Public Mode: Ideal for shared codes or general testing. Anyone can view these emails.

Private Mode: Strictly for you. Requires a free account. Only you can access emails in your private space.

Privacy modes
Step 4

Developer Friendly

Use our API to automate your testing. Generate API tokens in your profile and integrate testsmail into your own software or CI/CD pipelines.

Private Inbox Integration

To route emails to your Private Inbox, add the X-Applied-Token header to your outgoing emails (found in your Profile):

// Node.js (Nodemailer) Example
const mailOptions = {
  from: 'user@testsmail.com',
  to: 'target@testsmail.com',
  headers: {
    'X-Applied-Token': 'YOUR_APPLIED_TOKEN'
  }
};
API automation
Ready to start?

Get your anonymous inbox now

Go to Dashboard