https://github.com/remind101/email-provider
Give it an email address, and get the email provider back.
https://github.com/remind101/email-provider
Last synced: about 2 months ago
JSON representation
Give it an email address, and get the email provider back.
- Host: GitHub
- URL: https://github.com/remind101/email-provider
- Owner: remind101
- License: mit
- Created: 2013-09-09T17:15:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T19:32:19.000Z (almost 13 years ago)
- Last Synced: 2025-02-28T00:56:17.410Z (over 1 year ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 1
- Watchers: 99
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Email Provider
A gem for determining the email provider, given an email address. It does this
by lookup at the MX records for the domain of the email address, and does it's
best effort guess.
## Installation
Add this line to your application's Gemfile:
gem 'email-provider'
And then execute:
$ bundle
Or install it yourself as:
$ gem install email-provider
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request