| 1 |
$Id: README.txt,v 1.1 2008/01/29 19:36:54 colan Exp $
|
| 2 |
|
| 3 |
Project: MyMailout
|
| 4 |
|
| 5 |
Description
|
| 6 |
-----------
|
| 7 |
The MyMailout module for Drupal performs operations on an Industry Mailout
|
| 8 |
account. More specifically, It allows administrators to perform operations
|
| 9 |
on an external mailing list account through the MyMailout Web Service API.
|
| 10 |
|
| 11 |
At the present time, this module only performs one operation. It adds any
|
| 12 |
Drupal users to the list if they're not there already, and users that are
|
| 13 |
already on the list get updated with the latest information from the site.
|
| 14 |
|
| 15 |
The API allows for many different list operations so it's possible that
|
| 16 |
further functionality will be added to this module in the future.
|
| 17 |
|
| 18 |
Dependencies
|
| 19 |
------------
|
| 20 |
* PHP 5
|
| 21 |
* SOAP enabled in PHP
|
| 22 |
* CURL enabled in PHP
|
| 23 |
* libxml
|
| 24 |
* an Industry Mailout account
|
| 25 |
|
| 26 |
References
|
| 27 |
----------
|
| 28 |
For reference, please take a look at the following:
|
| 29 |
|
| 30 |
* http://ca.php.net/manual/en/ref.soap.php
|
| 31 |
* http://ca.php.net/manual/en/ref.curl.php
|
| 32 |
* http://www.industrymailout.com/industry/docs/MyMailoutWebServices.pdf
|
| 33 |
|
| 34 |
Installation
|
| 35 |
------------
|
| 36 |
Once the dependencies are met, simply install this module as you would
|
| 37 |
install any other Drupal modoule.
|
| 38 |
|
| 39 |
Credits
|
| 40 |
-------
|
| 41 |
This module was originally developed by colan (http://drupal.org/user/58704)
|
| 42 |
of Openject Consulting (http://www.openject.com/).
|