ueon Posted July 21, 2011 Share Posted July 21, 2011 Is it possible with PHP to write an application where it sends an email to everyone in an users Gmail + Hotmail contacts list if they provide the email address and password? Example: Inviting your friends from Gmail when you sign up for a Facebook account Quote Link to comment https://forums.phpfreaks.com/topic/242576-is-it-possible-with-php/ Share on other sites More sharing options...
IrOnMaSk Posted July 21, 2011 Share Posted July 21, 2011 pewww good question... Logically i would think that you could provide access to those accounts in your application to login then check for the email and save them to an array then call the array into the mail function... obviously I DIDN'T test this Or you can ask them if you could use their database that store email address, search address under your account then send mail using those address in database. And I didn't test this either... just brainstorming... Quote Link to comment https://forums.phpfreaks.com/topic/242576-is-it-possible-with-php/#findComment-1245861 Share on other sites More sharing options...
Cagecrawler Posted July 21, 2011 Share Posted July 21, 2011 The Google Contacts API is probably what you're looking for with regards to Gmail accounts. The Windows Live API probably has something similar. Quote Link to comment https://forums.phpfreaks.com/topic/242576-is-it-possible-with-php/#findComment-1245909 Share on other sites More sharing options...
Ninjakreborn Posted July 22, 2011 Share Posted July 22, 2011 "Is it possible with PHP to write an application where it sends an email to everyone in an users Gmail + Hotmail contacts list if they provide the email address and password?" - Yes, almost anything is possible. You can either use Curl, or you can use the built in API's as mentioned above. Quote Link to comment https://forums.phpfreaks.com/topic/242576-is-it-possible-with-php/#findComment-1246009 Share on other sites More sharing options...
IrOnMaSk Posted July 22, 2011 Share Posted July 22, 2011 hehe looks like it's possible... when you finished that project (if you intend to do it) I would love to use that would be a great tool Quote Link to comment https://forums.phpfreaks.com/topic/242576-is-it-possible-with-php/#findComment-1246173 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.