Using testsmail is easy
Master our platform in less than 2 minutes.
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.
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!
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.
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):
const mailOptions = {
from: 'user@testsmail.com',
to: 'target@testsmail.com',
headers: {
'X-Applied-Token': 'YOUR_APPLIED_TOKEN'
}
};