Email Verifier

ÜCRETSİZ PREMIUM
Taraf mr_admin | Güncelleyen 4 days ago | Communication
Popülerlik

9.6 / 10

Gecikme

887ms

Hizmet Düzeyi

100%

Health Check

N/A

README

How Email Verifier work?

Email Verifier uses SMTP for email verification. It starts with checking the email format, then the domain records (MX),
And finally, it connects to the target mail server and check whether the user really exist.

The validations are done in real-time and it may take around a second or two in general. Some SMTP servers may take more time to respond (above 3-4 seconds).

Disclaimer : Not all email servers co-operate in validation process (in fact, some are configured to do exactly opposite), so, it affects the accuracy of the api. However, in general, you can expect 90% or higher accuracy.

To read our terms & privacy policy please visit https://email-checker.net

Email Verifier Result

The result is returned in json format. Here is a sample json response -

  {
    "email": "name@example.com",
    "user": "name",
    "domain": "example.com",
    "status": "invalid",
    "reason": "No mail server for name@example.com",
    "disposable": false
  }
  • email - It’s the email address to be verified
  • user - user id of the email (first part before the ‘@’)
  • domain - The domain associated with the email address
  • status - It can be valid (deliverable), invalid (undeliverable) or unknown (If we can’t figure out)
  • reason - Explanation for the status (if there is any)
  • disposable - true (If the email address is disposable - not desirable) or false (non disposable email - ok)

The result is returned in json format. Here is a sample json response -

  {
    "email": "name@example.com",
    "user": "name",
    "domain": "example.com",
    "status": "invalid",
    "reason": "No mail server for name@example.com",
    "disposable": false
  }
  • email - It’s the email address to be verified
  • user - user id of the email (first part before the ‘@’)
  • domain - The domain associated with the email address
  • status - It can be valid (deliverable), invalid (undeliverable) or unknown (If we can’t figure out)
  • reason - Explanation for the status (if there is any)
  • disposable - true (If the email address is disposable - not desirable) or false (non disposable email - ok)
Takipçi Sayısı: 193
Kaynaklar:
Ürün Web Sitesi
API Üreticisi:
Rapid account: Mr Admin
mr_admin
mr_admin
API'yi Değerlendirme İçin Giriş Yapın
Değerlendirme: 4.2 - Oy Sayısı: 5