Thank you !
Is this a script who checks every minutes who is online to send a message to them ?
and is this part :
if (bSent === true) // Was the message sent correctly?
code:
oContacts.shift(); // Drop the first element of the array
prevent from sending multiple msg tto the same person ?
Well anyway, the question is : I just "launched it" how could I check that it's working ??
(sorry for my awful English, I'm French by the way)