メールアドレス検証ツール
メールの構文を検証し、MXレコードを確認し、使い捨てドメインを検出します。
このツールの使い方
- 1
Type or paste a single email address (for example user@example.com) into the input field.
- 2
Click Validate to run the syntax, MX-record, and disposable-domain checks.
- 3
Read the verdict banner — likely deliverable or likely undeliverable — at the top of the results.
- 4
Review the per-check list and any returned MX records (priority and mail exchange host) below the verdict.
メールアドレス検証ツールとは何ですか?
メールの検証には3つの層があります。構文(メールらしく見えるか?)、DNS(そのドメインはメールを受信するためのMXレコードを持っているか?)、そして評判(使い捨てや一時的なサービスではないか?)です。配信可能性を本当に確認するにはテストメッセージを送信する必要がありますが、構文+MX+使い捨ての確認だけで、受信者を煩わせることなく不正なアドレスの90%を検出できます。
よくある活用例
Cleaning a marketing or newsletter list before a send so addresses with no MX records do not generate bounces.
Catching typos in domains (gmial.com, hotmial.com) that fail the MX lookup during signup form testing.
Blocking or flagging disposable-domain signups when you need durable, contactable accounts.
Spot-checking an address a prospect gave you before adding it to your CRM.
Sanity-checking a single address while debugging why a transactional email bounced.
Teaching teammates the difference between syntax validity and actual deliverability with a live example.
よくある質問
なぜ実際にテストメールを送らないのですか?▼
関連ツール
DNSルックアップ
任意のドメインのDNSレコード(A、AAAA、MX、TXT、NS、CNAME)を照会します。メール、ホスティング、SSL設定のデバッグに役立ちます。
WHOIS検索
任意のドメインの登録データを照会します。レジストラ、登録日と有効期限、ネームサーバー、(公開されている場合は)連絡先情報がわかります。
SSL証明書チェッカー
任意のドメインのSSL/TLS証明書を確認します。発行者、有効期間、有効期限までの日数を表示します。
HTTPヘッダーアナライザー
あらゆるURLのHTTPレスポンスヘッダーを検査します。欠落しているセキュリティヘッダーを強調表示します。
HTTPステータスコードチェッカー
あらゆるURLが返すHTTPステータスコードを確認します。200、301、404、500などを検出します。
リダイレクトチェーン追跡ツール
リダイレクトチェーンの各ホップをたどります。リダイレクトループや、パフォーマンスを損なう過剰なホップを検出します。