Email Verifier

부분 유료
분류별 mr_admin | 업데이트됨 vor 11 Tagen | Communication
인기

9.7 / 10

지연 시간

528ms

서비스 수준

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)
팔로워: 193
자원:
제품 웹사이트
API 생성자 :
Rapid account: Mr Admin
mr_admin
mr_admin
Rate API에 로그인
등급: 4.2 - 투표: 5