Sending SMS Via Unix Script?

Hi,

Is it possible to send sms to a mobile from unix box using Shell Scripting?

I really wonder if anyone can help me with some information regarding how to setup the environment if possible.

Iam also searching and trying to setup the same.

My Environment:
HP-UX B.11.11 U 9000/800 3889303859

Thanks in advance
Om

Take a look at this thread to see if that is what you were referring to. SMS is an abbreviation with many different meanings so you may want to specify which you are requesting.

try this mate;

echo "text body" | mail -s "subject"
mobileno@messagenet.com

you need to make sure you have service provoder to send sms from unix box.such as "messagenet"

let me know if there is any problem.

Regards
Ashish