Description
Integrate GNU Mailman into your WordPress website. This script allows administrators to add multiple mailman mailing lists for users to subscribe to. Users can subscribe or unsubscribe to any of the mailing lists through their user profile.
Known Issues
- Re-enabling users set to “nomail” may not always work correctly.
Installation
- Upload the contents of the zip to the ‘/wp-content/plugins/’ directory.
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘gnu-mailman’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
FAQ
- How do I use the plugin?
-
After following the installation instructions, find the “Mailman” menu item on the left-hand menu. Click on the “Lists” submenu. Enter in the Mailing List Name (for display purposes), the mailing list URL (e.g. http://srv.test.com/mailman/admin/test_test.com), and the mailing list password.
- What is the github URL?
-
https://github.com/rgyure/gnu-mailman
- How can I help contribute?
-
View the code on github and fork the current repo (https://github.com/rgyure/gnu-mailman). When finished, submit a pull request and I will incorporate changes.
- Who has helped contribute?
-
Sander Steffann sander@steffann.nl
Reviews
Contributors & Developers
“GNU-Mailman Integration” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “GNU-Mailman Integration” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial Release
1.0.1
- Fixed a not valid array bug on initial installation.
1.0.2
- Fixed bug where an administrator couldn’t change user’s subscription preferences
1.0.3
- Fixed various PHP notices
- Added support to verify Mailman list during creation
- Added error logging and catching
- Added Default Timeout to Settings Page
1.0.4
- Fixed display error when user was set to “nomail”
1.0.5
- Refactor Subscribe/Unsubscribe functions
- PHP Code Standard Fixes
- Fixed bug in user-forms.php where index ids would change when a list is added/removed
1.0.6
- Fix gm_on_delete function (Sander Steffann)