Thetechloop@programming.dev to Web Development@programming.devEnglish · edit-29 days agoRapid Email Validatorrapid-email-verifier.fly.devexternal-linkmessage-square3linkfedilinkarrow-up11arrow-down17file-text
arrow-up1-6arrow-down1external-linkRapid Email Validatorrapid-email-verifier.fly.devThetechloop@programming.dev to Web Development@programming.devEnglish · edit-29 days agomessage-square3linkfedilinkfile-text
minus-squareone_old_coder@piefed.sociallinkfedilinkEnglisharrow-up3arrow-down1·9 days ago Automatically detect temporary and disposable email addresses Nope, broken with one simple test.
minus-squareThetechloop@programming.devOPlinkfedilinkEnglisharrow-up1·8 days agoValidate up to 100 emails at once… if that don’t work try 50.
minus-squareThetechloop@programming.devOPlinkfedilinkEnglisharrow-up1·8 days 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.