{"id":19391186,"url":"https://github.com/amulyakashyap09/fakemailfilter","last_synced_at":"2026-05-15T17:32:03.864Z","repository":{"id":143962651,"uuid":"151697292","full_name":"amulyakashyap09/fakemailfilter","owner":"amulyakashyap09","description":"Script in nodejs to detect whether email exists or not.","archived":false,"fork":false,"pushed_at":"2018-10-05T09:44:01.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T21:45:17.117Z","etag":null,"topics":["dns-lookup","email-validation","email-verification","filter","javascript","netcat","nodejs","spam","spamfilter","telnet"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amulyakashyap09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-05T09:17:22.000Z","updated_at":"2024-11-08T08:20:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"67f1f359-ed19-432d-8b3e-ed5aaefcd5a4","html_url":"https://github.com/amulyakashyap09/fakemailfilter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amulyakashyap09/fakemailfilter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amulyakashyap09%2Ffakemailfilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amulyakashyap09%2Ffakemailfilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amulyakashyap09%2Ffakemailfilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amulyakashyap09%2Ffakemailfilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amulyakashyap09","download_url":"https://codeload.github.com/amulyakashyap09/fakemailfilter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amulyakashyap09%2Ffakemailfilter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33073338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dns-lookup","email-validation","email-verification","filter","javascript","netcat","nodejs","spam","spamfilter","telnet"],"created_at":"2024-11-10T10:25:21.303Z","updated_at":"2026-05-15T17:32:03.836Z","avatar_url":"https://github.com/amulyakashyap09.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fake Mail Filter ![CI status](https://img.shields.io/badge/build-passing-brightgreen.svg) [![Coverage Status](https://coveralls.io/repos/github/amulyakashyap09/fakemailfilter/badge.svg?branch=master)](https://coveralls.io/github/amulyakashyap09/fakemailfilter?branch=master)\n\nFakeEmailFilter is a Nodejs library checks that particular email exists or not before sending the email.\n\n## Installation\n\n### Requirements\n* Linux/Windows/Mac\n* Node \u003e 7.4.x\n\n`$ npm install fakemailfilter --save`\n\n## Usage\n\n```javascript\n\"use strict\";\n\nconst fmf = require(\"./fakeEmailFilter\")\n\nconst start = async ()=\u003e{\n    let fromEmail = \"amulyakashyap09@gmail.com\";\n    let toEmail = \"amulya.ratan@bookmyshow.com\";\n    let result = await fmf.checkIfEmailIsValid(fromEmail, toEmail)\n    console.log(\"Result : \", result)    \n}\n\nstart();\n```\n\n## Sample Output\n```json\n$ This email does not exists\n\n{\n    \"email\": \"amulyadoesnotexistsinemail@gmail.com\", \n    \"status\": false, \n    \"error\": \"this email does not exists\"\n}\n\n$ This email does not exists\n\n{\n    \"email\": \"amulyakashyap09@gmail.com\", \n    \"status\": true, \n    \"error\": null\n}\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famulyakashyap09%2Ffakemailfilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famulyakashyap09%2Ffakemailfilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famulyakashyap09%2Ffakemailfilter/lists"}