Live Reacher Tester

Manual dashboard for verifying email reachability.

This UI sends direct POST requests to the live Reacher endpoint for either a single email or a CSV bulk list, shows the results in tabular form, and lets you download the evaluated results as CSV.

Endpoint
https://emailapp.app.digitalsgalaxy.com/v0/check_email

Single test ke liye email do. Bulk test ke liye isay blank chhor kar CSV upload kar sakte ho.

CSV ka simple format support hota hai: sirf ek column with header `Email`, phir neeche email addresses.

Result

Summary, table view, CSV export, and raw JSON

Idle
Results Actions

Run a single email or bulk CSV to populate the results table.

Raw JSON Response
{
  "message": "Response will appear here."
}