Sha256: 12cae042b8766bdce61bb059696d1b30c63cebac9de8d50be3620d3eb1ef9f60

Contents?: true

Size: 801 Bytes

Versions: 1

Compression:

Stored size: 801 Bytes

Contents

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'email_homepage'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install email_homepage

## Description
This gem can return email homepege url if you provide a email address.</br>
It supports:
####Personal Mailbox
```
google, qq, 163, 126, sohu, sina, aliyun, yahoo, tom, yeah, 21cn, outlook, hotmail, live, sogou, 188, 139, 189, zoho  
```  
####Enterprise Mailbox
```
qq, 163, google, outlook, aliyun, sina, zoho, sohu, 189
```

## Usage

```ruby
EmailHomepage.get("my@qq.com")  # return "http://mail.qq.com"
EmailHomepage.get("my@163.com") # return "http://mail.163.com"
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gallifreyer/email-homepage.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
email_homepage-0.1.1 README.md