SMS Guide: 3.1 Sending an SMS Message: Sending and the Mailbox Library

Up: GEOS SDK TechDocs | Up | Prev: 3 Sending an SMS Message | Next: 3.2 Using the SMS Mailbox API

Any SMS message that is sent out to the cellular provider is routed through the mailbox's outbox . There are three basic paradigms involved in packaging up information for use by the outbox. Although knowledge of how they work is not essential to sending an SMS message, it may be important when troubleshooting problems.

Apart from any parameters sent to the mailbox, the three basic pieces of information the outbox needs to know in order to send a message are:

When a message is placed in the outbox, the mailbox calls the appropriate data driver to store the data. When a connection is made, the mailbox calls the appropriate transport driver and sends the message. Note that the mailbox itself does not need to know the message's contents, or even its format.


Up: GEOS SDK TechDocs | Up | Prev: 3 Sending an SMS Message | Next: 3.2 Using the SMS Mailbox API