View Full Version : Sending SMS message via database


thesuggs
04-16-2008, 04:48 AM
Hi All

I need some help. I have a database and i am wanting to send text (sms)messages to clients. These would be for anybody who has an appointment, and will be sent the evening before and morning of the meeting This will be to check they can still make it.

Can anybody give me some advice on how to achieve this, and what product will get the best results.

Many Thanks

:confused:

DCrake
04-16-2008, 05:19 AM
Yes you can do this.

What you have to do is to create a contract with a sms messaging service see link

http://www.aql.com/site/sms_http_gateway.php

Then create a form that pick up your contacts and then send a meassge via a loop (for mre than i contact at a time) with the relevant details

The provider then validates each message and forwards it on to the incoming number.

CodeMaster::cool: