{"id":20156729,"url":"https://github.com/rojosinalma/mail_verifier","last_synced_at":"2026-06-05T18:31:07.083Z","repository":{"id":56882625,"uuid":"98440368","full_name":"rojosinalma/mail_verifier","owner":"rojosinalma","description":"Small Ruby gem to verify validity of mails without sending one.","archived":false,"fork":false,"pushed_at":"2020-02-11T14:04:29.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-14T10:42:57.219Z","etag":null,"topics":["gem","mail","ruby","verify"],"latest_commit_sha":null,"homepage":"https://github.com/elfenars/mail_verifier","language":"Ruby","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/rojosinalma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-26T15:48:57.000Z","updated_at":"2020-02-11T14:04:31.000Z","dependencies_parsed_at":"2022-08-20T13:10:39.016Z","dependency_job_id":null,"html_url":"https://github.com/rojosinalma/mail_verifier","commit_stats":null,"previous_names":["elfenars/mail_verifier"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rojosinalma/mail_verifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojosinalma%2Fmail_verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojosinalma%2Fmail_verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojosinalma%2Fmail_verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojosinalma%2Fmail_verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rojosinalma","download_url":"https://codeload.github.com/rojosinalma/mail_verifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojosinalma%2Fmail_verifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33953597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gem","mail","ruby","verify"],"created_at":"2024-11-13T23:39:53.698Z","updated_at":"2026-06-05T18:31:07.036Z","avatar_url":"https://github.com/rojosinalma.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mail Verifier\n[![Maintainability](https://api.codeclimate.com/v1/badges/49c77c86fcd8c99f28d7/maintainability)](https://codeclimate.com/github/elfenars/mail_verifier/maintainability)\n[![Gem Version](https://badge.fury.io/rb/mail_verifier.svg)](https://badge.fury.io/rb/mail_verifier)\n\nMailVerifier was inspired in [kamil/email_verifier](https://github.com/kamilc/email_verifier), but without the whole shebang.\n\nThis is straight to the point, require the gem and do your verification. No Railsties and other bangs.\n\nAlso, **no external dependencies**, pure good ol' Ruby Standard Library.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'mail_verifier'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install mail_verifier\n\n## Usage\n\n```ruby\nrequire \"mail_verifier\"\nMailVerifier.verify(\"origin_valid_mail@example.com\", \"mail_you_want_to_check@example.com\")\n```\n\nSome domains check back if your domain is valid, therefore you need to provide a valid email (`origin_valid_mail`) first.\n\nAs for the destination mail, of course it _can_ be invalid, we don't know. This is why we check, right? :D\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\n1. Fork\n2. Do your thing\n3. Create PR\n4. Ping me\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frojosinalma%2Fmail_verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frojosinalma%2Fmail_verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frojosinalma%2Fmail_verifier/lists"}