open.movilforum.smsreceiverapi.SMSReceiver

class SMSReceiver
    Source file(s): SMSReceiver.java

This class provides the capability of receiving SMS messages through a POP interface.

This API allows you to receive SMS messages in your email account.

Messages must be sent to a defined telephone number that you will be assigned.

To get such number you have to send the following SMS message:

Destination: 638444900
Text: ALTA name@domain.com

You will receive an email message in the provided address with the assigned telephone number (6384449xx) and a confirmation URL that you will have to follow within the following 2 hours to end registration process.

SMS messages sent to the assigned number (6384449xx) can then be retrieved from the given email address.

This API is free and available for any subscriber of any mobile operator.

To unregister from this service you have to send the following SMS message:

Destination: 638444900
Text: BAJA

Methods
GetSMSList Retrieves the list of SMS messages via POP server

Sample Code
SMS Receiver Sample code to show how to use SMSReceiver API