You are here

README.txt in SMS Framework 5

DESCRIPTION
===========
Provides a pluggable API for Drupal to interact with SMS messages. 

* sms.module - the core API module
* sms_blast.module - for sending a batch of messages
* sms_clickatell.module - support for the Clickatell gateway (http://clickatell.com/)
* sms_email_gateway.module - support for email gateways
* sms_muse.module - support for the Muse gateway (http://mobilemuse.ca/)
* sms_og.module - simple support for Organic Groups
* sms_receive.module - support for receiving SMS messages
* sms_sendtophone.module - input filter and node links for sending snippets of text
* sms_user.module - provides integration with Drupal users

Also integrates well with the Messaging module (http://drupal.org/project/messaging).

More information is available from the groups homepage at: http://groups.drupal.org/sms-framework

INSTALLATION
============
1. Drop into your preferred modules directory
2. Enable the modules you want to use from admin/build/modules
3. Set and configure your default gateway at admin/smsframework/gateways
4. Check out the settings pages at admin/smsframework

Documentation
=============
Documentation for site builders and developers is available in the handbook
pages on Drupal.org at the following URL:

http://drupal.org/node/362258

CREDITS
=======
Will White of Development Seed (http://drupal.org/user/32237)
Tylor Sherman of Raincity Studios (http://drupal.org/user/143420)

File

README.txt
View source
  1. DESCRIPTION
  2. ===========
  3. Provides a pluggable API for Drupal to interact with SMS messages.
  4. * sms.module - the core API module
  5. * sms_blast.module - for sending a batch of messages
  6. * sms_clickatell.module - support for the Clickatell gateway (http://clickatell.com/)
  7. * sms_email_gateway.module - support for email gateways
  8. * sms_muse.module - support for the Muse gateway (http://mobilemuse.ca/)
  9. * sms_og.module - simple support for Organic Groups
  10. * sms_receive.module - support for receiving SMS messages
  11. * sms_sendtophone.module - input filter and node links for sending snippets of text
  12. * sms_user.module - provides integration with Drupal users
  13. Also integrates well with the Messaging module (http://drupal.org/project/messaging).
  14. More information is available from the groups homepage at: http://groups.drupal.org/sms-framework
  15. INSTALLATION
  16. ============
  17. 1. Drop into your preferred modules directory
  18. 2. Enable the modules you want to use from admin/build/modules
  19. 3. Set and configure your default gateway at admin/smsframework/gateways
  20. 4. Check out the settings pages at admin/smsframework
  21. Documentation
  22. =============
  23. Documentation for site builders and developers is available in the handbook
  24. pages on Drupal.org at the following URL:
  25. http://drupal.org/node/362258
  26. CREDITS
  27. =======
  28. Will White of Development Seed (http://drupal.org/user/32237)
  29. Tylor Sherman of Raincity Studios (http://drupal.org/user/143420)