{"id":33901001,"url":"https://github.com/oshanz/disposable-email","last_synced_at":"2026-05-16T06:19:56.247Z","repository":{"id":328330805,"uuid":"1112282577","full_name":"oshanz/disposable-email","owner":"oshanz","description":"Prevent fake signups and spam: Elixir library for detecting disposable and temporary emails, using an up-to-date blocklist of over 5,000 domains.","archived":false,"fork":false,"pushed_at":"2026-04-19T00:11:18.000Z","size":78,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T02:30:21.314Z","etag":null,"topics":["disposable","disposable-email-domains","disposable-emails"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/disposable_email","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oshanz.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-08T12:09:45.000Z","updated_at":"2026-04-11T15:19:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/oshanz/disposable-email","commit_stats":null,"previous_names":["oshanz/disposable-email"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/oshanz/disposable-email","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshanz%2Fdisposable-email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshanz%2Fdisposable-email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshanz%2Fdisposable-email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshanz%2Fdisposable-email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oshanz","download_url":"https://codeload.github.com/oshanz/disposable-email/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshanz%2Fdisposable-email/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32299648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: 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":["disposable","disposable-email-domains","disposable-emails"],"created_at":"2025-12-11T23:37:35.960Z","updated_at":"2026-04-26T14:04:24.934Z","avatar_url":"https://github.com/oshanz.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DisposableEmail\n\n Prevent fake signups and spam: Elixir library for detecting disposable and temporary emails, using an up-to-date blocklist of over 5,000 domains.\n\n## Features\n\n- [x] Handles subdomain matching (e.g., `user@sub.domain.com`)\n- [x] Fast in-memory lookup using ETS tables\n- [x] Supports scheduled downloads of the latest blocklist from [github.com/disposable-email-domains](https://github.com/disposable-email-domains/disposable-email-domains)\n\n```elixir\n## https://hexdocs.pm/quantum/Quantum.html\nconfig :my_app, MyApp.Scheduler,\n  jobs: [\n    {\"@daily\", {DisposableEmail, :reload, []}},\n  ]\n```\nIf blocklist download fails, an error is logged, but the app continues running using the most recent available blocklist (bundled at startup or last successful download).\n\n## Installation\n\nAdd `disposable_email` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:disposable_email, \"~\u003e 0.5\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\n# Check if an email is from a disposable domain\nDisposableEmail.disposable?(\"user@tempmail.com\")\n# =\u003e true\n\nDisposableEmail.disposable?(\"user@gmail.com\")\n# =\u003e false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshanz%2Fdisposable-email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foshanz%2Fdisposable-email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshanz%2Fdisposable-email/lists"}