2017 © Pedro Peláez
 

library webmail-linker

Collection of Email Providers' Webmail Sites.

image

darvinstudio/webmail-linker

Collection of Email Providers' Webmail Sites.

  • Monday, November 2, 2015
  • by darvinstudio
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2,252 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Webmail Linker

Collection of Email Providers' Webmail Sites

About

, (*1)

Many websites require an email double opt-in during user registration. This project wants to fix the resulting break in user flow when users have to manually switch to their email providers' website to receive the confirmation email., (*2)

With Webmail Linker, you can offer a direct link to the user's webmail interface. In addition to the webmail URL, you'll get the name of the email provider and a favicon URL, so you can offer a button like "Check your email on [name and icon of the provider]"., (*3)

The list contains 250+ email providers so far., (*4)

Languages

The core of this project, the list of email providers, is maintained in JSON. The provided wrapper classes to query the list are very simple – feel free to add libraries for other languages via pull requests., (*5)

Usage example (PHP):, (*6)

$wl = new WebmailLinker();

if($provider = $wl->getProviderByEmailAddress('user@example.com')) {
  $html = '<a href="%s">Check your email at %s</a>';
  printf($html, htmlspecialchars($provider['url']), htmlspecialchars($provider['name']));
}

Contributing

Let's make Webmail Linker the most comprehensive compilation of email providers out there!, (*7)

You can fork this repository and create pull requests for providers.json. You do not even have to check out the repository – GitHub's web editing capabilities make contributing even simpler., (*8)

The Versions

02/11 2015

dev-master

9999999-dev

Collection of Email Providers' Webmail Sites.

  Sources   Download

MIT

The Requires

  • php >=5.2

 

email webmail

02/11 2015

1.0.0

1.0.0.0

Collection of Email Providers' Webmail Sites.

  Sources   Download

MIT

The Requires

  • php >=5.2

 

email webmail