Skip to content

remind101/email-provider

Repository files navigation

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

About

Give it an email address, and get the email provider back.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages