| 1 |
Mailbuild
|
| 2 |
=========
|
| 3 |
|
| 4 |
Mailbuild integration. http://www.mailbuild.com
|
| 5 |
|
| 6 |
$Id$
|
| 7 |
|
| 8 |
Mailbuild is a popular mailing list delivery and subscription management
|
| 9 |
service. This module defines a block for each configured Mailbuild List.
|
| 10 |
|
| 11 |
TO USE THIS MODULE YOU MUST HAVE AN ACCOUNT WITH MAILBUILD.COM
|
| 12 |
|
| 13 |
This block allows your users to subscribe to your list by enter their email
|
| 14 |
address (which defaults to $user->mail).
|
| 15 |
|
| 16 |
SOAP client functionality is provides via the NuSOAP library. For more
|
| 17 |
information on NuSOAP, head to the SF.net page:
|
| 18 |
http://sourceforge.net/projects/nusoap/
|
| 19 |
|
| 20 |
This module was developed by Spoon Media http://www.spoon.com.au
|
| 21 |
|
| 22 |
Installation
|
| 23 |
------------
|
| 24 |
|
| 25 |
- This module requires the NuSOAP library, which is available from
|
| 26 |
http://sourceforge.net/projects/nusoap/
|
| 27 |
|
| 28 |
- Install the NuSOAP library to the module's directory so that the
|
| 29 |
directory structure looks like this:
|
| 30 |
|
| 31 |
mailbuild/nusoap
|
| 32 |
mailbuild/nusoap/nusoap.txt
|
| 33 |
mailbuild/nusoap/lib
|
| 34 |
mailbuild/nusoap/lib/nusoap.php
|
| 35 |
|
| 36 |
Configuration
|
| 37 |
-------------
|
| 38 |
|
| 39 |
To use this module, you will need your Mailbuild 'Service URL', API Key
|
| 40 |
and one or more List ID's.
|
| 41 |
|
| 42 |
Enter these into the module's settings page.
|
| 43 |
|
| 44 |
For instructions on how to retrieve this information, see the Mailbuild
|
| 45 |
API documentation: http://mailbuild.com/api/
|
| 46 |
|