back
▲ 2 points

Show HN: A simple, powerful, and cheaper email verification API

emailverifier.dev
by usamaejaz·2d ago·1 comments·view on hn ↗
Hey everyone,

I have been using email verification APIs on multiple products. Almost every product had to rely on it to avoid fake signups, people using disposable addresses, and so on.

However, many of the email verification services are expensive (as compared to their "cost" of performing such operation) and so I decided to build it out.

This was a need because the email verification API I was using was getting too expensive for high volume.

So, not sure if there are people out there feeling similar. I initially started it as an internal API but then I decided to actually launch it for others too.

Feedback will be welcomed!

1 comments
I tested a couple of emails I have with custom domains on Proton Mail and I got the following result:

{ "email": "{redacted}", "status": "unknown", "action": "review", "flagged": false, "signals": [ "verification_inconclusive" ], "suggestion": null }