Arun
Arun

Reputation: 43

How to import email contacts from various email service providers in a website?

I am trying to implement a email invitation tool that can be used by a member in my website and invite his contacts over email to review blogs. But I am not able to find a way to design the tool for multiple email service providers so that I can reach out to a maximum crowd. I have experimented with Google Contacts API in JavaScript and I works good but I want some directive to do the same for other email providers too. Any help would be most appreciated.

Upvotes: 0

Views: 2747

Answers (2)

JeremyWeir
JeremyWeir

Reputation: 24368

Here's an article that describes a few options...

http://hellblogger.com/2011/08/plaxo-api-contact-importer-widget-alternative/

  • Open Inviter
  • Contactsimporter.net
  • Cloudsponge
  • Janrain Engage

Upvotes: 0

GeekTantra
GeekTantra

Reputation: 12081

You can try OpenInviter (www.openinviter.com). They provide an API for PHP to import email contacts from several email providers. Check their demo here (openinviter.com/demo/)

GeekTantra

Upvotes: 2

Related Questions