this post was submitted on 15 Apr 2026
-7 points (0.0% liked)

Web Development

5586 readers
10 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
-7
Rapid Email Validator (rapid-email-verifier.fly.dev)
submitted 2 days ago* (last edited 2 days ago) by Thetechloop@programming.dev to c/webdev@programming.dev
 

You can do batches too via json. Very nice

top 3 comments
sorted by: hot top controversial new old
[–] one_old_coder@piefed.social 1 points 2 days ago (2 children)

Automatically detect temporary and disposable email addresses

Nope, broken with one simple test.

[–] Thetechloop@programming.dev 1 points 1 day ago

Validate up to 100 emails at once... if that don't work try 50.

[–] Thetechloop@programming.dev 1 points 1 day ago

Weird I got it to work. Sorry to hear that. It is free... I will try

Ok here is my result

email "j6vobyf@femailtor.com" validations syntax true domain_exists true mx_records true mailbox_exists true is_disposable true is_role_based false score 90 status "DISPOSABLE"

Now I will do a batch.

{ "results": [ { "email": "j6vobyf@femailtor.com", "validations": { "syntax": true, "domain_exists": true, "mx_records": true, "mailbox_exists": true, "is_disposable": true, "is_role_based": false }, "score": 90, "status": "DISPOSABLE" }, { "email": "f9n8r@smartnator.com", "validations": { "syntax": true, "domain_exists": true, "mx_records": true, "mailbox_exists": true, "is_disposable": true, "is_role_based": false }, "score": 90, "status": "DISPOSABLE" }, { "email": "5lp18l@smartnator.com", "validations": { "syntax": true, "domain_exists": true, "mx_records": true, "mailbox_exists": true, "is_disposable": true, "is_role_based": false }, "score": 90, "status": "DISPOSABLE" }, { "email": "nh45ji@smartnator.com", "validations": { "syntax": true, "domain_exists": true, "mx_records": true, "mailbox_exists": true, "is_disposable": true, "is_role_based": false }, "score": 90, "status": "DISPOSABLE" } ] }

I mean it was 4 emails so thats not a lot but It worked for me.