Hacker News new | ask | show | jobs
by TomatoTomato 5020 days ago
What about just checking if a MX record exists?
1 comments

That verifies the domain, but not the actual mailbox.

One possibility would be to lookup the MX, then connect to the remote MTA and ask it directly if the mailbox is valid. But that seems a bit like over-engineering.

It's also possible that the email server is down at the moment, but will come back up later.