🇺🇸 English 🇨🇳 中文 🇹🇼 繁體中文 🇯🇵 日本語 🇮🇩 Bahasa Indonesia 🇰🇷 한국어 🇧🇷 Português 🇹🇷 Türkçe 🇻🇳 Tiếng Việt 🇪🇸 Español 🇹🇭 ไทย
前往控制台
Tigrmail Logo

臨時郵箱 API 建立收件匣並接收郵件

自動化註冊與驗證流程的端對端測試。支援 Playwright、Cypress 及其他測試框架。輕鬆測試密碼重設、OTP 流程等。提供 SDK。

* 免費至 2025 年 9 月 1 日,無需信用卡。

3 分鐘內開始測試

3 分鐘內開始測試

無需設定、無需等待。透過我們的 API 文件SDK,從這個頁面出發,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 免費使用,其限制與未來付費方案保持一致。放心開發、測試與整合 —— 無後顧之憂。

免費至 2025 年 9 月 1 日

免費版

免費使用 Tigrmail,與即將推出的開發者方案功能相同。

NT$0
立即試用
  • 每月最多 3000 個收件匣
  • 完整 API 與 SDK 存取權限
  • 不需信用卡
2025 年 9 月 1 日上線

開發者方案

適合開發者與小型團隊,提供穩定可靠的郵件測試功能,限制合理,功能簡潔。

NT$195 / 月
即將推出
  • 每月最多 3000 個收件匣
  • 完整 API 與 SDK 存取權限
  • 優先支援

需要更多功能?

有大型專案或協作需求?我們提供自訂方案,支援高併發、CI 整合與團隊工作流程。

聯絡我們