About SQL SMS
SQL SMS will turn your phone into a full send/receive SMS/MMS gateway for use with a webserver. Use this app along with your webserver to add full messaging capabilities to your website. SQL SMS can be used as a send only or a send and receive gateway by use of an inbox and outbox table in an SQL database. When messages are present in the outbox table, they are downloaded to SQL SMS and sent. The outbox can be checked manually or in automatic mode: every minute, 30 minutes, 1 hr., 6 hrs., 12 hrs., or 24 hrs. When a message is received by the device, an automated reply can be sent immediately and the message is immediately placed in the inbox table on the server. The messages also can be held on the phone for you to manually send them to the inbox table as well. All of this is accomplished by the use of an API to connect to an SQL database. This API is available for download on our website and is written in PHP. You will have to customise the API (enter your database name, username, password, etc.) to connect to your database on your server. You will have to put the API on your webserver and enter the domain in the settings of SQL SMS. If you plan on using the inbox, you could easily put your own coding in the API for the incoming messages to be processed immediately. Please visit our website (http://sql-sms.com) for instructions and additional information.