Send email to entire contact list
Moderator: General Moderators
Send email to entire contact list
I have a client who wants me to set up a script which would allow users to email a message to their entire Hotmail and AOL contact lists via a form on his site. I've seen this done but I don't know how to do it, any ideas?
Usually this info is stored in an LDAP tree which you can search... But it's certainly not an "address book" protocol..
If you have a MSN class / function, like fe: http://flumpcakes.co.uk/php/msn-messenger (untested) that can login (you will also recieve the contact list) and from there it's a breeze to iterate over the list
If you have a MSN class / function, like fe: http://flumpcakes.co.uk/php/msn-messenger (untested) that can login (you will also recieve the contact list) and from there it's a breeze to iterate over the list