autamatic email to some1's msn list

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bedrosamo
Forum Newbie
Posts: 16
Joined: Wed Sep 20, 2006 2:21 pm

autamatic email to some1's msn list

Post by bedrosamo »

ok how can i have a system just like http://www.hi5.com , where when a user register , he will be asked for his hotmail email and password , then automatically an email goes to all his msn contact list (an email like an invitation ) ... ? so without he write his msn contact list's emails , he only put the username and pass and it emails all his contact list.. how i do that?
thanks a lot
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

logon into msn, request the list with usercontacts... and spam them (probably you'll want to use an already existing library for the msn messenger protocol..)
Post Reply