
一時メール API インボックスを作成してメールを受信
サインアップやメール認証などの E2E テストを自動化。Playwright、Cypress、その他フレームワークと互換性あり。パスワードリセットや OTP フローの検証に最適。SDK あり。
* 2025年9月1日まで無料。クレジットカード不要です。

3分以内にテスト開始
設定不要・待ち時間なし。API ドキュメント または SDK を使って、今すぐテストメールの受信を始められます。

自動テストのための設計
Tigrmail はテスト用途に特化しており、マーケティングや通知用ではありません。そのため、高速・低価格・クリーンな テスト向け API を提供します。

E2E 検証フローに対応
サインアップやパスワード再設定などのフローを自動化。メール取得・リンクやコードの抽出もスクリプトや脆弱な正規表現は不要です。

必要なメールだけを取得
送信者や件名でメールをフィルターし、ノイズの多い受信箱でも安定したテスト結果を実現します。

開発者と QA のために
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 は現在無料でご利用いただけます。将来の有料プランと同じ使用制限なので、安心して導入・開発・テストが可能です。
無料プラン
Tigrmail を完全無料で利用可能。将来の開発者プランと同じ制限でお試しいただけます。
- 月間最大 3000 インボックス
- API・SDK 完全利用可能
- クレジットカード不要
開発者プラン
小規模チームや開発者向けの、シンプルかつ信頼性のあるメールテストソリューション。
- 月間最大 3000 インボックス
- API・SDK 完全利用可能
- 優先サポート