Hi, Are there any popular scripts to send invitations to join a website, to user's address book contacts? When he enters email ID and password, it should grab all contacts and email each one using swiftmailer. I only need the grabbing part :) thanks
+1
A:
What you want to do is to use the API offered by some mail services to retrieve contact information. This is specific per email service. Google, Yahoo and most of the other email providers offer their own set of API that is what you want to use.
In this StackOverflow thread are contained information on how to use these API from PHP.
Roberto Aloi
2010-03-31 13:42:58
Thank you so much Roberto
praveen
2010-03-31 13:50:06
You're welcome. And welcome to SO!
Roberto Aloi
2010-03-31 14:15:58
Are there any free scripts/ tutorials that i can follow?Thanks
praveen
2010-03-31 18:56:18