tags:

views:

38

answers:

1

I want to send Chat Invitation to multiple users of Gmail, from my database list. How can it be done using PHP? example: My data table contains some list of email address(i.e [email protected], [email protected]....), and i want to send all these email address an invitation from my end(i.e [email protected] or [email protected])

A: 

You will want to take a look at this I believe, I've had it in my scrap book of things to play with for awhile so I can't offer much more advice than that.

http://code.google.com/p/xmpphp/

Mike Keller
i have tried this but giving me error..is it any change i have to do in server settings??the error is as follows..Fatal error: Uncaught exception 'XMPPHP_Exception' with message 'Could not connect before timeout.' in /home/msconslt/public_html/vforms/XMPPHP/XMLStream.php:327 Stack trace: #0 /home/msconslt/public_html/vforms/message.php(4): XMPPHP_XMLStream->connect() #1 {main} thrown in /home/msconslt/public_html/vforms/XMPPHP/XMLStream.php on line 327
Harish Kurup
Well unfortunately I've never used it before as I said but if I had to guess from looking at the 'Could not connect before timeout' error your connection settings might be incorrect. If I get a chance this weekend I'll play with it some and see.
Mike Keller