## 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.
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.