Thetechloop@programming.dev to Web Development@programming.devEnglish · edit-21 day agoRapid Email Validatorrapid-email-verifier.fly.devexternal-linkmessage-square3fedilinkarrow-up11file-text
arrow-up11external-linkRapid Email Validatorrapid-email-verifier.fly.devThetechloop@programming.dev to Web Development@programming.devEnglish · edit-21 day agomessage-square3fedilinkfile-text
minus-squareone_old_coder@piefed.sociallinkfedilinkEnglisharrow-up3·1 day ago Automatically detect temporary and disposable email addresses Nope, broken with one simple test.
minus-squareThetechloop@programming.devOPlinkfedilinkEnglisharrow-up1·15 hours agoValidate up to 100 emails at once… if that don’t work try 50.
minus-squareThetechloop@programming.devOPlinkfedilinkEnglisharrow-up1·15 hours agoWeird 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.
Nope, broken with one simple test.
Validate up to 100 emails at once… if that don’t work try 50.
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.