steampipe plugin install tomba-io/tomba

Table: tomba_verifier

Get detailed information of deliverability of an email address.

The tomba_verifier table requires the email field to be specified in all queries, defining the Email to lookup.

Examples

Info about an Email Verifier

select
email,
status,
result,
score,
registrar_name,
referral_url
from
tomba_verifier
where
email = 'b.mohamed@tomba.io';

Schema for tomba_verifier

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
accept_allbooleanThe SMTP server accepts all the email addresses. It means you can have have false positives on SMTP checks.
blockbooleanThe SMTP server prevented us to perform the SMTP check.
created_datetimestamp with time zoneThe creation date is when this domain was originally registered.
emailtext=The email address you want to verify.
referral_urltextThe RWhois (Referral Whois) is a directory services protocol which extends and enhances the Whois concept in a hierarchical and scalable fashion.
registrar_nametextThe domain name registrar is a business that handles the reservation of domain names as well as the assignment of IP addresses for those domain names
resulttextThe status of the verification. It takes 1 out of 3 possible values: deliverable,undeliverable,risky
scorebigintThe deliverability score we give to the email address.
statustextThe status of the email address It takes 1 out of 6 possible values:valid,invalid,accept_all,webmail,disposable,unknown.