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

feat: Add disposable email check #64

Merged
merged 5 commits into from
Sep 30, 2019
Merged

feat: Add disposable email check #64

merged 5 commits into from
Sep 30, 2019

Conversation

amaury1093
Copy link
Member

the mx object contains a new field is_disposable

BREAKING CHANGE: the smtp's object keys have changed. Instead of

{
  "deliverable": ...,
  "full_inbox": ...,
  "has_catch_all": ...
}

it now returns

{
  "has_full_inbox": ...,
  "is_deliverable": ...,
  "is_disabled": ...,
  "is_catch_all": ...
}

where is_disabled checks if the address has been disabled/blocked by the email provider

@amaury1093 amaury1093 merged commit 1b2cea3 into master Sep 30, 2019
@amaury1093 amaury1093 deleted the am-disposable branch September 30, 2019 10:01
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