NAME

Tomba::Verifier - Email verification for the Tomba.io API

SYNOPSIS

use Tomba::Verifier;

my $tomba = Tomba::Verifier->new("ta_xxxxx", "ts_xxxxx");
my $verified = $tomba->EmailVerifier("b.mohamed@tomba.io");

DESCRIPTION

Verify the deliverability of an email address.

EmailVerifier

my $data = $tomba->EmailVerifier("b.mohamed@tomba.io");

Verify the deliverability of an email address.

See https://docs.tomba.io/api/verifier#get-email-verifier

AUTHOR

Mohamed Ben rebia, <b.mohamed@tomba.io>

COPYRIGHT AND LICENSE

Copyright 2023 Mohamed Benrebia <b.mohamed@tomba.io>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0