Reacher - Check if an email exists without sending any email.

Reacher lets you check email addresses in seconds and prevent spam accounts on your sign-up page.

Add a comment

Replies

Best
How does the pricing compare to neverbounce.com?
Since I'm a solo-founder, I can afford to bring the prices slightly down. Just tried an estimated pricing for 500k emails to verify: - NeverBounce: $1,500 - Reacher: $625 You can see Reacher's price estimator here: .
Hey Product Hunt! ๐Ÿ‘‹ First off, a special thank you to for hunting Reacher! ๐Ÿ™ I have been working on Reacher since the lockdown in spring, so today I'm super thrilled to launch. ๐ŸŽ‰ Reacher allows you to check if an email address is deliverable or not, it's useful for: ๐Ÿ™…โ€โ™€๏ธ preventing spam sign-ups on your website, ๐Ÿงน and cleaning up mailing lists from junk emails. This has been a long journey. It started as I was looking for an open-source alternative to Hunter, NeverBounce and Clearout, but couldn't find anything reliable, so I wrote one myself. When I uploaded it on Github, it received some positive traction. I then met , who presented Saasify.sh to me. One week later, Reacher was live! Some more details about Reacher: ๐ŸŽฏ Accurate - it actually connects to the mail server to check deliverability ๐Ÿฆ€ Written in Rust ๐Ÿ•ถ๏ธ Privacy-focused ๐Ÿง… Uses Tor to avoid getting blacklisted ๐Ÿ›  Scales well ๐Ÿ“Š Checks MX, SMTP, catch-all, DEA... and more ๐Ÿ“ 100% Open-Source ๐Ÿ˜บ Free for personal use I will be here all day to answer your questions! ๐Ÿ’ช - Amaury
can someone with zero coding skill use this? it looks a bit complicated to someone whos not technical? thanks
Unfortunately, Reacher only offers an API today, so some basic programming skills are needed. Code snippets are available on the playground, so once a coding environment is set up, a simple copy/paste will do! I'm taking your feedback into account, a "drag-n-drop your CSV/XLS list" kind of UI has been requested a lot.
would even be nice to have a free-to-use UI for looking up a single email address on the landing page, just to see how it all works and cater to the one-off user who might just need to look up a few email addresses.
Hey Taylor! Have you checked ? I believe the playground on the right is exactly what you're looking for!
Ah! I actually just thought that was a static screenshot, I didn't look hard enough. I just ran a few email addresses for domains I own, and it seems like the only thing that changes is the flag "is_deliverable", and it seems not to be accurate? For example it sets to be false, even though that's my email address. Maybe I'm looking at the wrong property.
This is really interesting. Unfortunately, I don't do Rust. Would be really great to see this happen in NodeJs. Anyways... Thanks, you open-sourced it.
Thanks for the kind words! For people not writing Rust (which is a lot of people, I reckon), I also provide a Dockerfile to easily deploy it anywhere. Check it out my repo
Thanks checked already
I find myself looking for a service like this at least once a year. Nice work!
Thanks!
Pretty neat. Added to my collection to give it a real-life test once the need arrives :) I like your free limit. I'd say it's more than enough for personal and ocassional use.
Thanks! Do let me know how you like it once you give it a real-life test.
Thanks, pretty interesting and great design. Curious, why would someone pay if this is open sourced? Am I missing something?
That's a great question! There are 2 reasons: 1. The source code is only half of the equation in verifying email. Reacher additionally takes care of maintaining healthy servers, rotating IPs, and other infrastructure-related heavy-lifting to avoid getting blacklisted. 2. The open-source code is under the AGPL-3.0 license. If you want to use Reacher commercially, you're legally obliged either open-source your code (AGPL is a "viral" license), or purchase a commercial license here .
This is a truely great idea! Love that you made it open source :)
?makers Do you have a timeline for bulk email uploading? Any chance for a Hubspot integration similar to Neverbounce?
The website and the pricing are really nice! Without going into the details of the "secret sauce", I'm just curious how are you different compared to other similar email checking services?