What is bulk email verification?
Bulk email verification is the same deliverability check run across an entire list in one job instead of one address at a time. Each row is parsed for syntax, its domain is resolved for mail exchange records, an SMTP handshake asks the receiving mail server whether that mailbox exists, and a final pass classifies what the first three could not settle.
The word bulk changes the economics rather than the mechanics. A single address takes one to three seconds and nobody notices. Fifty thousand addresses spread across ten thousand different mail servers, some of which greylist, some of which rate-limit and some of which will not answer a verification-style handshake at all, is a queueing problem, which is why every serious bulk verifier runs the job asynchronously and hands you a result file rather than holding a request open.
Nothing in the process delivers mail. That is the point people most often get wrong before they run one. A mail server can be asked whether it would accept mail for an address and answer without a message ever being composed, so a bulk run costs your sending domain nothing and warns nobody on the list.
What it answers is narrow and worth stating up front: whether each mailbox exists today. It does not tell you whether the person still works there, whether the address is a spam trap, or whether anybody wants to hear from you.