Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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.