Real MX
Addresses on test.inboxrhino.in receive real mail through Cloudflare. This is not a local SMTP sandbox.
Receive-only test email API
InboxRhino gives developers and QA teams a real MX inbox for signup verification, password resets, magic links, and OTPs. No SDKs required.
const key = process.env.INBOXRHINO_API_KEY;
const created = await fetch('https://api.inboxrhino.in/v1/inboxes', {
method: 'POST',
headers: { Authorization: `Bearer ${key}`, 'Content-Type': 'application/json' },
}).then((r) => r.json());
const mail = await fetch(
`https://api.inboxrhino.in/v1/inboxes/${created.data.id}/messages?wait_seconds=180&limit=1&include=content&subject=Verify`,
{ headers: { Authorization: `Bearer ${key}` } },
).then((r) => r.json());
console.log(mail.data[0].subject);The console is a sandboxed mailbox viewer. Scripts, forms, popups, and remote images are blocked.
Inbox
Addresses on test.inboxrhino.in receive real mail through Cloudflare. This is not a local SMTP sandbox.
Open the actual HTML in a sandboxed viewer. QA can see the email, not just assert on JSON.
One request waits up to 180 seconds, filters by subject or sender, and returns the parsed body.
Free is live. Paid INR plans are listed and marked coming soon. GST extra.
₹0
Enough to wire one flow
₹199 / month
₹2,149 billed annually
₹999 / month
₹10,789 billed annually
₹2,499 / month
₹26,989 billed annually