Active
Project:
Mailing lists subscription
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2008 at 12:18 UTC
Updated:
19 Feb 2008 at 21:46 UTC
This module looks great, but there's no documentation. Please let a newbie know how to implement it.
Thx
Comments
Comment #1
gdevlugt commentedIt 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.