Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Fix docs and test about email validation - following API R… #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

klausetgeton
Copy link

@klausetgeton klausetgeton commented Apr 28, 2023

…EST v4 specs

Hello, this PR just intends to update the docs due to the different response returned from the API REST v4 which is used by the library to individually validate the email address.

{
    "address": "[email protected]",
    "is_disposable_address": false,
    "is_role_address": false,
    "reason": [],
    "result": "deliverable",
    "risk": "low"
}
{
    "address": "[email protected]",
    "did_you_mean": null,
    "is_disposable_address": false,
    "is_role_address": true,
    "is_valid": true,
    "mailbox_verification": "true",
    "parts": {
        "display_name": null,
        "domain": "mailgun.net",
        "local_part": "foo"
    }
}

Please let me know if there is something I could do better and clarify.

Thanks in advance!

Best regards, Klaus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant