Im looking for a free UK SMS service, is there such a thing?
Ive seen numerous free american / canadian but no UK.
I intend on sending notification via text's to site admins, can anyone point me in the right direction?
Regards, Mal
Free UK SMS service
Moderator: General Moderators
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Mal, here's how I do it
I run my sms server from my office, simple mobile phone/02 sim card with unlimited texts connected to the office server.
I use Kylix sms server software, works with php MySQL, my web application is hosted elsewhere and Kylix connects to the MySQL Server every 10 seconds to check for new messages.
Really cheap solution, works great.
Kind regards
I run my sms server from my office, simple mobile phone/02 sim card with unlimited texts connected to the office server.
I use Kylix sms server software, works with php MySQL, my web application is hosted elsewhere and Kylix connects to the MySQL Server every 10 seconds to check for new messages.
Really cheap solution, works great.
Kind regards
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
great idea, ill be looking into this.....ianhull wrote:Mal, here's how I do it
I run my sms server from my office, simple mobile phone/02 sim card with unlimited texts connected to the office server.
I use Kylix sms server software, works with php MySQL, my web application is hosted elsewhere and Kylix connects to the MySQL Server every 10 seconds to check for new messages.
Really cheap solution, works great.
Kind regards