
臨時郵箱 API 建立收件匣並接收郵件
自動化註冊與驗證流程的端對端測試。支援 Playwright、Cypress 及其他測試框架。輕鬆測試密碼重設、OTP 流程等。提供 SDK。
* 免費至 2025 年 9 月 1 日,無需信用卡。

3 分鐘內開始測試

為自動化測試而生
Tigrmail 專為測試場景打造 —— 非用於行銷或交易郵件。這代表更高的速率限制、更低的價格,以及更簡潔的 專為測試設計的 API。

支援端對端驗證流程
輕鬆自動化註冊、重設密碼等流程。無需輪詢腳本或脆弱的正規表示式 —— 直接取得郵件、擷取連結或驗證碼。

精準篩選郵件
可依寄件者或主旨篩選郵件,避免因收件匣干擾導致測試不穩定。

為開發者與測試人員打造
REST API、極簡設定、清晰文件。與 Playwright、Cypress、Selenium、Postman 等工具完美兼容。功能純粹、實用為主。

重視資安
我們極度重視資訊安全,採用安全編碼標準,托管於可信的雲端服務供應商,資料在傳輸與儲存過程中皆經過加密。僅保留執行服務所需的資料,亦可隨時申請刪除。員工資料存取遵循最小權限原則。
如何使用?
以下是 Tigrmail 在測試中的簡單範例。如需查看完整、可執行的 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({ 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 免費使用,其限制與未來付費方案保持一致。放心開發、測試與整合 —— 無後顧之憂。