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_urlfrom tomba_verifierwhere email = 'b.mohamed@tomba.io';
Schema for tomba_verifier
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
accept_all | boolean | The SMTP server accepts all the email addresses. It means you can have have false positives on SMTP checks. | |
block | boolean | The SMTP server prevented us to perform the SMTP check. | |
created_date | timestamp with time zone | The creation date is when this domain was originally registered. | |
text | = | The email address you want to verify. | |
referral_url | text | The RWhois (Referral Whois) is a directory services protocol which extends and enhances the Whois concept in a hierarchical and scalable fashion. | |
registrar_name | text | The 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 | |
result | text | The status of the verification. It takes 1 out of 3 possible values: deliverable,undeliverable,risky | |
score | bigint | The deliverability score we give to the email address. | |
status | text | The status of the email address It takes 1 out of 6 possible values:valid,invalid,accept_all,webmail,disposable,unknown. |