Is there any class for it i found some classes but they were old so not working.
-
I need a code snippet or a class for getting msn contact list with username and password.
-
And is it possible sending mail via hotmail instead of php’s mail function
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To get contacts list from all sorts of providers, being an email or social network, take a look at open inviter – http://openinviter.com – it supports a plethora of providers.
As for the “send via msn instead of PHP’s mail function”, if the mail provider exposes an API to do that, then yes (I don’t know if it does though, but most likely not), otherwise I don’t see that happening.