3 分鐘內開始測試
無需設定、無需等待。透過我們的 API 文件 或 SDK,從這個頁面出發,3 分鐘內即可收到第一封測試郵件——一次性信箱 API 開箱即用。
 為自動化測試而生
Tigrmail 專為測試場景打造 —— 非用於行銷或交易郵件。這代表更高的速率限制、更低的價格,以及更簡潔的 專為測試設計的 API,聚焦信箱驗證 自動化測試。
 支援端對端驗證流程
輕鬆自動化註冊、重設密碼等流程。無需輪詢腳本或脆弱的正規表示式 —— 直接取得郵件、擷取連結或驗證碼。
 精準篩選郵件
可依寄件者或主旨篩選郵件,避免因收件匣干擾導致測試不穩定。
 為開發者與測試人員打造
REST API、極簡設定、清晰文件。與 Playwright、Cypress、Selenium、Postman 等工具完美兼容。功能純粹、實用為主。
 重視資安
我們極度重視資訊安全,採用安全編碼標準,托管於可信的雲端服務供應商,資料在傳輸與儲存過程中皆經過加密。僅保留執行服務所需的資料,亦可隨時申請刪除。員工資料存取遵循最小權限原則。
 收件匣不會過期
我們不為收件匣設定到期日。只要你需要,它就會保留,僅在你要求刪除時移除。
如何使用?
以下是 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 控制台。
方案與價格
選擇目前最適合的方案——隨著成長隨時升級。
*根據您的所在地,可能會產生稅金(例如增值稅)。