Objective
Submitting messages with SMPP.
Applies To
- SMS
- SMPP
Procedure
Messages should be submitted with submit_sm using short messages fields. This packet contains the sender and recipient address, message body, and some other optional parameters.
If the message is passed to the Carrier Partner for delivery, the response to the submit_sm - submit_sm_resp - will contain error 0.
If the submit_sm_resp is not positive, it will contain an error indicating the message was rejected.
Additional Information
For more information on SMPP errors, see this list.
Articles in this section
- How to Change the Character Encoding for SMPP
- How to Change Message ID Delivery Receipts to Hexadecimal Format
- How to Submit a Message with SMPP
- What is the keep-alive frequency I need to set?
- Should I bind with transceiver or transmitter/receiver?
- Which SMPP version is supported?
- How can I configure Kannel with Vonage SMPP?
- How can I set the network destination in Vonage SMPP server?
- How do I send concatenated messages via SMPP?
- How to Handle DLRs in a Multiple Server Environment