Veera Sundaravel wrote:
> Hello everybody !
>
> I'm newbie to ruby. Is there anyway to send a message or mail to
> particular available ip. Please give some suggestion.
Not emails. email addresses aren't linked to IPs. Your only chance is,
if it is a UNIX, talk is installed, and accessible for you. Otherwise
you need to develop a client/server solution (SSH and telnet are
possibilities, too, if you have access to them on your recipient).
Usually, one uses IPs to talk to machines, and emails to talk to people.
--
Phillip "CynicalRyan" Gawlowski
http://cynicalryan.110mb.com/
http://clothred.rubyforge.org
Rule of Open-Source Programming #4:
If you don't work on your project, chances are that no one will.