phpemailcontactsmsnmsn-messenger

Getting msn contact list and sending e-mail via msn on PHP


Is there any class for it i found some classes but they were old so not working.


Solution

  • 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.