reacherhq / check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
https://reacher.email
Other
4.27k stars 328 forks source link

feat(core): Add domain-specific rules as JSON file #1347

Closed amaury1093 closed 10 months ago

amaury1093 commented 10 months ago

I want to skip catch-all check for some domains. Instead of hardcoding in code, propose to use a JSON file. My thinking is that a JSON file will allow for easier contributions for external contributors.