3 分钟内开始测试
无需配置,无需等待。通过我们的 API 文档 或 SDK,从此页面出发,3 分钟内即可收到首封测试邮件 —— 临时邮箱接口开箱即用。
 为自动化测试而生
Tigrmail 专为测试场景打造 —— 不用于营销或事务性邮件。这意味着更高的速率限制、更低的价格,以及更简洁的 专为测试设计的 API,真正聚焦临时邮箱服务与邮箱验证码自动化测试。
 支持端到端验证流程
轻松自动化注册、重置密码等流程。无需轮询脚本或易碎的正则提取 —— 直接获取邮件、提取链接或验证码,覆盖 OTP 邮箱测试 等典型场景。
 精准定位所需邮件
可按发件人或主题筛选邮件,避免因收件箱噪音导致测试不稳定。
 为开发者与测试人员设计
REST API、极简配置、清晰文档。与 Playwright、Cypress、Selenium、Postman 等工具完美兼容,全面支持接收临时邮件 API 与邮箱验证自动化流程。
 安全保障
我们非常重视安全,采用安全编码规范,托管在可信的云服务商上,传输与存储过程均进行加密。仅保存运行服务所必需的数据,您也可随时申请删除数据。员工访问权限遵循最小权限原则。
 收件箱不过期
我们不人为限制收件箱的存续时间。它们会一直保留,直到你主动请求删除。
如何使用?
下面是一个在测试中使用 Tigrmail 临时邮箱 API 的简单示例。想看一个完整、可运行的 Playwright 示例,请查看我们的GitHub 上的在线演示。
// Step 1: Import the library. import { Tigrmail } from "tigrmail"; // Step 2: Get API token at https://console.tigrmail.com and paste it here. const tigr = new Tigrmail({ token: "your-token-from-the-dashboard", }); // Step 3: Generate an inbox, this will be your unique email address. // It's okay to create a new email address (inbox) for each new test run. const emailAddress: string = await tigr.createEmailAddress(); // Step 4: Use the inbox (e.g. sign up for a service). signUpInMyApp({ emailAddress }); // Step 5: Poll for the next message. const message = await tigr.pollNextMessage({ inbox: emailAddress }); // Step 6: Grab the verification link or code. // For this example, we expect the subject to be "Verification Code: 123456". const verificationCode = message.subject.match(/\d{6}/)[0]; // Step 7: Use the verification code // (e.g. go to a verification page and enter it). verifyAccount({ verificationCode });
想了解更多示例和完整文档,请访问 Tigrmail 控制台。
套餐方案
选择最适合现在的方案——随着成长随时升级。
*根据您所在位置,可能需要缴纳税费(例如增值税)。支持支付宝支付。