SMTP
Simple Mail Transfer Protocol—the standard protocol for sending and routing email between servers.
SMTP verification connects to a mail server and simulates sending an email to check if the address exists. The server responds with a code indicating acceptance or rejection. This is the most accurate validation method but takes 1-3 seconds per address.
ExampleSMTP response: 250 OK (address exists), 550 User unknown (invalid)