Validate Work Email
Input an email, and we'll classify it into one of these classes - Valid work email, Catchall domain, Invalid email, Not an email, Domain does not exist, Cannot determine, Free mailbox, Student email, Group alias, Disposable mailbox.
Est run time: 15-20s.
Usefulness: Email validation tools are stupidly expensive! So we decided to build our own, using a mixture of proprietary datasets, regex logic, MX DNS checks, and, finally, API integration with some well-known email validation services. It doesn't make sense that we offer this for free, so PLEASE PLEASE BECOME A SPONSOR SO WE CAN FEED OURSELVES.
Caveats: Many domains (especially enterprises) are "catch-all", meaning it's impossible to verify a specific email without, like, being in an email thread with said person. But, for everything else, this verification should be pretty accurate.