Re: [PHP] sending SMS messages via PHP

2001-03-12 Thread Steven WC
Hi, This may soon depend on what Cellco you are sending from/to in the UK. They used to pass on messages between themselves for no cost but I understand that they are going to change over to charging each other per message. This may effect their own free email gateways but it certainly will effec

RE: [PHP] sending SMS messages via PHP

2001-03-10 Thread Valter Santos
Hi! Instead of send a direct SMS to a SMSCenter you can send the message as an standard email... Many Cellcos allow that, and it will be cheaper to you (no cost!!!) Here in Portugal we can do it... we just use the MSISDN (phone number) from who we want to send and sms and append the cellco m

RE: [PHP] sending SMS messages via PHP

2001-03-09 Thread Simon Ould
Have you tried www.deltica.com ? I haven't used them myself but am planning to in the near future - as soon as I get the site finished. You buy messages in blocks: 100 msgs £8.00 1,000 msgs £70.00 10,000 msgs £500.00 They also have a trial service where you get 4 free messages. You don't appe

Re: [PHP] sending SMS messages via PHP

2001-03-07 Thread Henrik Hansen
> I can easily send standard email messages via PHP. Does anyone know how to > send SMS messages? Send them as an email too, most tele companies have the possibility for that option (atleast here in denmark) -- Henrik Hansen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-

RE: [PHP] sending SMS messages via PHP

2001-03-07 Thread Neil Kimber
Errrm, no easy solution. You should either find an SMS gateway connection that can receive formatted emails, convert them and post them (at a charge to you), or go the whole hog and get yourself a connection to an SMSC via http. I would suggest you pursue the first approach as the second is onl