version: 0.8
==============- Initialize SMS class with arguments:
sms = SMS(hostname='123.123.123.123', username='my_username', password='my_password') - or without arguments:
sms = SMS(). Then update any of attributes if you want:sms.hostname = '123.123.123.123',sms.username = 'my_username',sms.password = 'my_password' - Finally, fly your SMS:
sms.send()
This Python class is written by using examples from http://www.solutions4mobiles.com/en/developer-network/apis.html
Using the API of http://www.solutions4mobiles.com for SMS Messaging
Please contact http://www.solutions4mobiles.com to use their paid services
Emin Buğra Saral - 2014