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