On 07/11/2003 08:47 PM, Juan Nin wrote:
I want to know if anyone knows about a good mailing list manager that has got a PHP administration frontend
I've found many PHP scripts for sending newsletters and announcementes, but that's it's not what I want I want a system like Mailman, Sympa or Majordomo (the mailing list server may be programmed in Perl or whatever), but it must provide a PHP frontend for administration, subscription, etc
You may want to try this class for creating lists with the ezmlm mailing list manager. It has support for creating and editing the lists properties and even has a SOAP interface for accessing the subscriptions from remote machines.
http://www.phpclasses.org/ezmlmmanager
It would be great if messages are stored in a database like MySQL and it must be free software Does this exist??
ezmlm has MySQL bindings for managing the subscription records. The messages are stored in disk files though.
--
Regards, Manuel Lemos
Free ready to use OOP components written in PHP http://www.phpclasses.org/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php