Email Verifier and Confidence Score

Verify email addresses effortlessly by clicking the verification icon. Enhance communication accuracy with Tomba's user-friendly verification feature.

Verifying an email address

An email address can be verified by clicking the verification icon next to it in the Domain Search:

or by using the Email Verifier tool:

Verifying an email address Via the extensions

An email address can be verified by clicking the verification icon next to it in the Domain Search:

Verify a list of email addresses via Microsoft excel

You can also verify a list of email addresses to get the deliverability status of each email.

  1. Select the Verifier add-in tab.
  2. Select a list of emails in your spreadsheet, and click on "Verify email addresses"

Verify a list of email addresses via Google Sheets

You can also verify a list of email addresses to get the deliverability status of each email.

  1. Select the Verifier add-on tab.
  2. Select a list of emails in your spreadsheet, and click on "Verify email addresses"

A new tab will be created with the emails and the verification statuses. There will also be a column for the confidence score, and one for the number of sources where the email is found. You can also choose to include the full verification details.

Verify a list of email addresses via API

Verify the validity of any professional email address with the most complete email checker.

from tomba.client import Client
from tomba.services.verifier import Verifier

client = Client()

(client
  .set_key('ta_xxxx') 
  .set_secret('ts_xxxx') 
)

verifier = Verifier(client)

result = verifier.email_verifier('b.mohamed@tomba.io')

Official libraries for common programming languages, like PHP, Python, C# , Go ,Rust , Ruby , Dart , Javascript , R , Lua , Elixir etc.

What checks are performed with the email verification?

Tomba runs several checks to make sure the best verification score is provided:

  • Format: we verify the format of the email address is correct and looks something like "email@provider.com". We also ensure the address doesn't look like a random email address. For example, 1e49cs1pb6@company.com won't pass the test.
  • Type: We check if the email address has a domain name used for temporary email addresses and we also verify if the email address uses a webmail like Gmail or Yahoo.
  • Server Status: We check if there are MX records on the domain. If there aren't, the email address can't receive emails. We also perform a SMTP check to see if we are able to connect to the SMTP server (indicated in MX records).
  • Email Status: We test the email address and see if it bounces or not and we check if the server has a catch-all policy which accepts all the email addresses.

How can I be sure an email is deliverable?

Running the emails that are gathered in Tomba or from other sources through the Email Verification functionality will give you an accurate indication of the deliverability status of the email.

The Email Verification can provide you different results:

Deliverable email: it means every information we got regarding the email was fine as it passed all our verification checks.

The checks for the format, type, sever status and email status passed. A deliverable email can also provide sources where it can be found on the web.

Accept all email: in this case Tomba can't be certain about the deliverability of the email as the domain associated with it won't allow to perform a full verification due to its accept all nature.

When an email address is tagged as accept all, it means the "email status" check have identified an accept all domain

Accept all domains are basically domains that are set up to accept all emails and, due to this we mark them in the verification section.

For example, in this case the domain “hubspot.com” is one of these types of domains. So, if we check anything@hubspot.com we will always receive an “OK” response for any mailbox. This is why we cannot be sure the emails associated with them are valid.

Accept all emails do not use requests during the Email Verifier process.

Invalid email: the email did not pass one or more checks in the email verification and it is not deliverable.

In this case both the server and email status failed for the email, meaning the email will certainly bounce as it does not exist.

The Confidence Score

All the emails found in Tomba have a confidence score assigned which will provide you with a first overview of the "faith" an email will have. Simply hover the dot next to the emails found in the domain search to reveal the confidence score.

Email addresses with a confidence score of 90-95% or higher have a high chance of being fully deliverable although a high score does not guarantee a 100% fully deliverable email.

Providing an accurate and updated confidence score is our first priority: confidence scores are constantly updated to reflect the emails' deliverability. To have a complete deliverability report we highly suggest running the emails that are gathered through the Email Verifier tool.

Related Articles

Still have questions?

If you have any issues or questions about Tomba, feel free to contact us, we will be happy to help you! -->