provides your application with the functionality to compose and send SMS and MMS to any mobile phone or device that supports these services.
Overview
The Playground Send Messages service provides you with the ability to send SMS and MMS messages to mobile terminals or other SMS/MMS enabled devices from your application. The Send Messages service can be used as standalone services for delivering content like text, images and/or audio or bundled with other Playground services.
Features
The Playground Send Messages Services currently has the following features:
- Sending of SMS text messages from application to mobile handset
- Sending of MMS messages from application to mobile handset
- Message delivery status reporting
- Support for sending of binary SMSs like ring tones and logos
- Group delivery of messages to multiple recipients
Usage Examples
The Playground Send Messages service is used to send messages to a subscribers mobile phone based on the phone number of the subscriber. The messages can contain information in the form of simple text (SMS) or a combination of images, text, and audio (MMS). This function can be used to deliver catalogue services, weather forecasts, news alerts, logos and ringtones, images etc. to mobile phones.
Java Code Sample:
// Example of using send SMS service in java
|


