Send Test Message
This is the last video in this video series which shows how to connect Ozeki SMS Gateway and MySQL database server for SMS messaging. See how to insert a simple row into the proper table, so Ozeki SMS Gateway can automatically send SMS messages to mobile phones.
Video content1. Insert message into database
2. Send test message
Look at the upcoming screenshots to thoroughly examine the final stage, which is SMS sending. You can start the whole process by INSERT-ing the SMS into the database.
INSERT message record (example):
USE ozeki INSERT INTO ozekimessageout (receiver,msg,status) values ("+44111223465","Hello world","Send"); GOFigure 3 - Copy INSERT statement
More information