What is the difference between the free email verifier and the logged-in dashboard verifier?

Last updated May 19, 2026Free tools

Valid Email Checker exposes two single-email verification surfaces. The free one at /tools/email-verifier requires no account; the dashboard one at app.validemailchecker.com/overview requires a signed-in session. Both call into the same 11-step verification engine and the same provider stack underneath — so the answer to "is this email safe" is identical. What differs is what you see, how often you can call, and what surrounds the check.

Side-by-side

FeatureFree verifier (no login)Dashboard verifier (logged in)
Verification engineSame 11-step engineSame 11-step engine
Status returnedCanonical status only (Safe/Invalid/etc.)Status + full risk breakdown
Daily limit3/day (1/day on VPN/datacenter)None — limited by credit balance
Cost per checkFree, rate-limited1 credit (Unknowns auto-refund)
CaptchaCloudflare Turnstile on each callNone inside the session
History storedNot storedLogged in Credits History + verification history
Bulk uploadNot availableCSV uploads up to millions of addresses
API accessNot availableREST API after first credit purchase
IntegrationsNot available16+ CRM/ESP connectors

Why the free version is rate-limited

Every verification, free or paid, costs Valid Email Checker money — we pay our verification providers per check regardless of whether the caller paid us. The free verifier exists as a demonstration tool: enough free runs to prove the engine works on real addresses, but not enough to substitute for paid usage. The 3-per-day cap matches what a curious prospect needs to evaluate the product; the 200-credit signup grant covers what a real list-cleaning job needs.

Why the response is stripped on the free tier

The dashboard returns the canonical status plus the underlying signals: SMTP code returned by the recipient server, MX hosts found, whether the mailbox is a catch-all, whether the domain is on a disposable list, a confidence score, and so on. The free verifier returns only the canonical status. The full report is a paid-tier feature — both because the signals have real engineering cost to surface and because they are valuable enough that they would be worth scraping at scale if exposed without a quota.

When to use which

  • One-off check on a suspicious address. Free verifier is perfect — paste, verify, move on.
  • Cleaning a list of more than 3 addresses. Sign up for the 200 free credits, upload as a CSV, download the results.
  • Automating verification from your app. Dashboard + REST API.
  • Verifying on form submission. Dashboard + one of the 16+ integrations.
Unknown results auto-refund on the dashboard. If the engine cannot return a definitive status, the credit goes back into your bucket. The free verifier does not deduct a quota point for Unknowns either — same idea, different mechanism.