in reply to Re:x2 Net::SMTP success / failure response
in thread Net::SMTP success / failure response

Net::SMTP talks whatever server you tell it to. In 99% of the time, that is the local MTA that relays it to the destination server. Finding the destination server requires looking up the MX records and acting like an MTA.

For this problem of finding which email addresses are valid, that may be a good solution.

  • Comment on Re: Re:x2 Net::SMTP success / failure response