Please, some how to
albigin - February 14, 2008 - 12:18
| Project: | Mailing lists subscription |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
This module looks great, but there's no documentation. Please let a newbie know how to implement it.
Thx

#1
It isn't a mailing list manager on it's own, but a front end for the mailing list manager Mailman. It requires a working Mailman mailing list.
Furthermore, the module as it is now is specifically hardcoded for Drupal use. If you look in the module code, there are two places which you need to edit :
The function _lists_get_lists(). Here are the mailing list email addresses defined. Edit these.
The function lists_subscribe() (or lists_subscribe_form()). Change the URL's to your mailing lists mailman pages.
That's basically it. What it does is forward requests per email to the mailing list address.
Hope this explains everything a bit.