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
            Asked
            
        
        
            Active
            
        
            Viewed 2,375 times
        
    1 Answers
1
            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.
 
    
    
        Community
        
- 1
- 1
 
    
    
        Roberto Aloi
        
- 30,570
- 21
- 75
- 112
- 
                    Are there any free scripts/ tutorials that i can follow? Thanks – praveen Mar 31 '10 at 18:56
