You are here

README.txt in SMS Framework 6

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

* sms.module - the core API module
* sms_action.module - provides basic Actions and Triggers for message events
* 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-to-SMS gateways
* sms_sendtophone.module - input filter and node links for sending snippets of text
* sms_user.module - provides integration with Drupal users
* sms_valid.module - provides configurable phone number validation functions

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)
Andrew Pope (aspope)

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_action.module - provides basic Actions and Triggers for message events
  6. * sms_blast.module - for sending a batch of messages
  7. * sms_clickatell.module - support for the Clickatell gateway (http://clickatell.com/)
  8. * sms_email_gateway.module - support for email-to-SMS gateways
  9. * sms_sendtophone.module - input filter and node links for sending snippets of text
  10. * sms_user.module - provides integration with Drupal users
  11. * sms_valid.module - provides configurable phone number validation functions
  12. Also integrates well with the Messaging module (http://drupal.org/project/messaging).
  13. More information is available from the groups homepage at: http://groups.drupal.org/sms-framework
  14. Installation
  15. ============
  16. 1. Drop into your preferred modules directory
  17. 2. Enable the modules you want to use from admin/build/modules
  18. 3. Set and configure your default gateway at admin/smsframework/gateways
  19. 4. Check out the settings pages at admin/smsframework
  20. Documentation
  21. =============
  22. Documentation for site builders and developers is available in the handbook
  23. pages on Drupal.org at the following URL:
  24. http://drupal.org/node/362258
  25. Credits
  26. =======
  27. Will White of Development Seed (http://drupal.org/user/32237)
  28. Tylor Sherman of Raincity Studios (http://drupal.org/user/143420)
  29. Andrew Pope (aspope)