A simple mailing list manager written in PHP.
Download: phpMailingList-1.7.1
Installation
- Edit config.ini to your needs.
- Edit form.php, members.php and error.php to your needs.
- Be sure to set correct permissions for the lists-directory set in config.ini.
- Test your installation by creating a list, e.g.: lists/mylist/
- Call index.php?list=mylist to use your shiny new mailing list. Hint: In case you get write permission errors be sure to set the correct permissions for the lists-directory (and any subdirectories andfiles).
Configuration
Everything you need (or can) configure can be found in config/config.ini. You are free to customize form.php and members.php to your needs. Make sure to leave the core input fields “as-is”.
Usage
phpMailingList provides the following core functionality:
- subscribe: Add members to a mailing list via form.php
- unsubscribe: Remove subscribed members from a mailing list
- authorize: Authorize a subscription request
- send message: Send messages to all members of a mailing list
In order to prevent SPAM messages a CAPTCHA field has to be filled out prior to any of the action provided by form.php, i.e. subscribe, unsubscribe and send messages.
Comments