/[drupal]/contributions/modules/mailbuild/README.txt
ViewVC logotype

Contents of /contributions/modules/mailbuild/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Mar 12 11:51:26 2008 UTC (20 months, 2 weeks ago) by benkant
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Initial commit of mailbuild module. Provides a block allowing users to subscribe to Mailbuild mailing lists.
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

  ViewVC Help
Powered by ViewVC 1.1.2