API Documents

TestMail.com offers APIs for two types of processing

- Making Requests

GET     http://testmail.com/API_Test_Single_Email.php?&email=INPUT_EMAIL

- Input Parameters (required)

email: The input email address to be checked

- Error Messaage

{"Error_Message":"The input parameter email is required" }

- Examples

http://testmail.com/API_Test_Single_Email.php?email=JohnDoe@RandomDomain.com
{
  "Syntax_Test_Result":{"syntax_is_correct":true},
  "Domain_Test_Result":{"found_matching_domain":true,"domain":"RandomDomain.com"},
  "DNS_MX_Test_Result":{"MX_records":[],"found_MX_records":false},
  "SMTP_Test_Result":{"found_SMTP_mailbox":3},
  "Disposable_Test_Result":{"found_in_disposable_email_lists":false},
  "RBL_Test_Result":{"found_in_RBL_lists":false},
  "Email_Parse_Test_Result":
  {
    "first_name":"John",
    "last_name":"Doe",
    "num":"",
    "last_initial":"",
    "first_initial":"",
    "gender":"Male",
    "email_format":"",
    "suffix":""
  }
}








Copyright © 2019 TestMail.com Use of this website constitutes acceptance of our User Agreement and Privacy Policy.