Reputation: 43
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
Reputation: 24368
Here's an article that describes a few options...
http://hellblogger.com/2011/08/plaxo-api-contact-importer-widget-alternative/
Upvotes: 0
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