Powerful Features
Everything you need for email testing
A complete email sandbox with catch-all inbox, SMTP capture, OTP detection, and spam analysis. Built for QA automation and developer workflows.
Developer Experience
Ready for your codebase
Integrate with your favorite testing frameworks like Playwright, Cypress, or Selenium in minutes. Our SDK makes it trivial to verify email delivery.
Zero Spam Risk
None of the emails sent to our sandbox ever leave the system. Test safely with real user data.
Type-Safe SDK
Full TypeScript support with our official Node.js SDK.
example.ts
import { SigninID } from 'signinid';
// Set SIGNINID_SECRET_KEY environment variable
const client = new SigninID();
// Wait for a new verification email to arrive
const email = await client.inbox.waitForNew({
to: 'user@test.com'
});
// Extract the OTP
if (email) {
console.log('Verification code:', email.detected_otp);
}Trusted Platform
Powered by SigninID, the proven email verification infrastructure
1,000,000+
Registered email addresses
20,000,000+
Emails processed

