In response to customer demand, sms2email.com now offer an experimental interface that attempts replicate the "sms-wap.com"
interface. At the moment, the functionality is limited, but will expand with time. This currently supports text / flash messages, along with operator
logos in Nokia format (supplied as hex encoded gif's) and RTTTL ringtones for
Nokia mobiles.
- Text Message Interface
Interface address https://www.sms2email.com/sms/gw-smswap-text.php
Required Variables:
uid (sms2email username)
pw (sms2email password)
n (destination number/numbers - seperated by commas)
m (message - upto 160 characters)
Optional Variables:
o (Originator ID - 11 characters alphanumeric / 16 digits numeric. If
ommited will use account default)
mcl (Message class. Set to 0 for flash message, or 1 for normal message)
Response Codes:
99 (Username/Password incorrect / ommited)
98 (not enough credit for messages)
97 (variable missing / general error)
00 (messages queued for sending)
- Ringtone Interface
Interface address https://www.sms2email.com/sms/gw-smswap-ringtone.php
Required Variables:
uid (sms2email username)
pw (sms2email password)
n (destination number/numbers - seperated by commas)
rt (Ringtone in RTTTL format)
Optional Variables:
o (Originator ID - 11 characters alphanumeric / 16 digits numeric. If
ommited will use account default)
Response Codes:
99 (Username/Password incorrect / ommited)
98 (not enough credit for messages)
97 (variable missing / general error)
00 (messages queued for sending)
NB: Only Nokia ringtones are accepted at the moment
- Logo Interface
Interface address http://gw3.sms2email.com:8020/send/smswap-logo
Required Variables:
uid (sms2email username)
pw (sms2email password
n (destination number/numbers - seperated by commas)
mc (operator code of end user)
img (operator logo in gif format, hex encoded)
Optional Variables:
o (Originator ID - 11 characters alphanumeric / 16 digits numeric. If
ommited will use account default)
Response Codes:
99 (Username/Password incorrect / ommited)
98 (not enough credit for messages)
97 (variable missing / general error)
00 (messages queued for sending)