check-if-email-exists icon indicating copy to clipboard operation
check-if-email-exists copied to clipboard

aol.com emails are always "safe"

Open codemonies opened this issue 9 months ago • 1 comments

Email to check

[email protected]

From where did you run check-if-email-exists?

OVH

Version of check-if-email-exists (if running it yourself)

check-if-email-exists-cli 0.9.1

What happened?

It appears the response is always "safe" for AOL email addresses.

Relevant log output

{
  "input": "[email protected]",
  "is_reachable": "safe",
  "misc": {
    "is_disposable": false,
    "is_role_account": false,
    "gravatar_url": null,
    "haveibeenpwned": null
  },
  "mx": {
    "accepts_mail": true,
    "records": [
      "mx-aol.mail.gm0.yahoodns.net."
    ]
  },
  "smtp": {
    "can_connect_smtp": true,
    "has_full_inbox": false,
    "is_catch_all": false,
    "is_deliverable": true,
    "is_disabled": false
  },
  "syntax": {
    "address": "[email protected]",
    "domain": "aol.com",
    "is_valid_syntax": true,
    "username": "sadfasd",
    "normalized_email": "[email protected]",
    "suggestion": null
  }
}

codemonies avatar May 24 '24 10:05 codemonies