| 1 |
Requirements
|
| 2 |
------------
|
| 3 |
|
| 4 |
This module requires at least Drupal 4.6.0.
|
| 5 |
|
| 6 |
Installation
|
| 7 |
------------
|
| 8 |
|
| 9 |
1. Sign up for a SMS Gateway Service to send the messages through. See
|
| 10 |
README.txt for more details.
|
| 11 |
2. Decompress the downloaded file to a temporary directory.
|
| 12 |
3. Copy the smsgateway directory and its contents to the 'modules'
|
| 13 |
subdirectory of your drupal installation.
|
| 14 |
4. Run the smsgateway.mysql file on your drupal database.
|
| 15 |
5. Activate the module on the 'admin/modules' page.
|
| 16 |
6. Navigate to 'admin/settings/smsgateway' on your site and configure your
|
| 17 |
SMS gateway settings.
|
| 18 |
7. Navigate to 'admin/smsgateway/test' and test your settings.
|
| 19 |
8. Check for receipt of message(s) and navigate to 'admin/smsgateway' and
|
| 20 |
check send logs.
|
| 21 |
|
| 22 |
NB: If you are installing over an older version (i.e. the CVS development
|
| 23 |
version) you should visit the settings page and click on
|
| 24 |
'Save Configuration' to pick up the renamed clickatell provider.
|
| 25 |
|
| 26 |
--
|
| 27 |
David Hamilton <david dot hamilton at jiffle dot net>
|