mailboxlayer-API icon indicating copy to clipboard operation
mailboxlayer-API copied to clipboard

Checking for disposable emails is totally broken

Open ar-anvd opened this issue 6 years ago • 1 comments

[email protected] [email protected] [email protected] [email protected]

Almost any from https://temp-mail.org

@paulzehetmayr

ar-anvd avatar Jun 27 '18 12:06 ar-anvd

Response is marking the emails as disposable by sending disposable: true.

{
    "email": "[email protected]",
    "did_you_mean": "[email protected]",
    "user": "sadads",
    "domain": "yk20.com",
    "format_valid": true,
    "mx_found": true,
    "smtp_check": true,
    "catch_all": null,
    "role": false,
    "disposable": true,
    "free": false,
    "score": 0
}

umarhussain15 avatar Dec 27 '18 11:12 umarhussain15