mail inspectors logo

Use our service

Credits: {{account.credits}}

Email: {{data.email}}
Syntax: {{data.regex}}
MX: {{data.MX}}
Exists: {{data.address}}

Your API key

{{account.apiKey}}



Allowed domains
{{cors}}

Code samples

Curl example:
curl "https://mailinspectors.com/mailverify?email=test@example.com&apiKey={{account.apiKey}}"

JavaScript example:
Try to enter a wrong email. As soon as you leave the input field the email will be validated by our service.

<form onsubmit="return false">
    <input type="email" id="emailinput" name="email" placeholder="Enter email" onblur="validateEmail()">
    <input name="name" placeholder="name">
    <input type="submit" value="Send form">
</form>

<script>
function validateEmail(){
    var email=document.getElementById("emailinput").value;
    fetch("https://mailinspectors.com/mailverify?apiKey={{account.apiKey}}&email=" + email)
    .then((response) => {
        return response.json();
    })
    .then((myJson) => {
        console.log(myJson);
        if(myJson.status==0) alert("Are you sure your email is correct?");
    });
}
</script>
            

Bulk test

Email Regex MX Address Status
{{bulkItem.email}} {{bulkItem.data.regex}} {{bulkItem.data.MX}} {{bulkItem.data.address}} {{bulkItem.data.status}}

Your subscriptions

You have no subscriptions - please select one below


{{sub.name}}

Personal

$5 per month
  • Free setup
  • 3.000 emails checked per month
  • CORS for 1 domain
  • Standard customer support

Small Business

$15 per month
  • Free setup
  • 10.000 emails checked per month
  • CORS for 3 domain
  • Standard customer support

Enterprise

$50 per month
  • Free setup
  • 50.000 emails checked per month
  • CORS for 10 domain
  • Standard customer support

Login




Forgot password

Sign up

Enter your email and password to create an account