An open API service indexing awesome lists of open source software.

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.

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