From: "Ray Seals" <[EMAIL PROTECTED]> > Most cell phones will allow you to send email to them. That's how we do > it. We just use sendmail from the perl script. For example, Cingular > cellular is area code phone number @ my.cingular.com. So we send e-mail > to [EMAIL PROTECTED]
Yes this is what I do all the time. Other option would be to use the operators web interface if he has any (all czech operators do). Which would most usualy only require that you look at the form, put down the address to post the data to, the field names and then in your scripts you'll just post it using LWP::Simple or LWP::UserAgent. The worst that can happen with this is that you'll have to request the form first, parse out some ID and post it back with the message you want sent. Should not be a big deal either. Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]