Sha256: 819198ac9cd8b9ca7d49b0c34615bcb4726e3467dfd379338c526fc448b531b7
Contents?: true
Size: 791 Bytes
Versions: 1
Compression:
Stored size: 791 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, 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/[USERNAME]/email_homepage.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
email_homepage-0.1.0 | README.md |