Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2012-11-30 (3 years ago) | Not yet rated by the users | Total: 370 | All time: 6,446 This week: 1,090 |
Version | License | PHP version | Categories | |||
php-mailman 1.0 | GNU General Publi... | 5.0 | Email, PHP 5, Web services |
Description | Author | |
This class can manage a mailing list based in Mailman. Innovation Award
|
README: PhpMailman uses curl for connection to the admin interface of a mailman list. Ensure the "cookie" file has write permision for the executer user. EXAMPLE: $mailman = new PhpMailman(array('url' => 'http://yourdomain/mailman/admin/yourlist', 'clave' => 'tests')); /config connecton $conexion = $mailman->connect();//first connection to create the cookie if ($conexion) { $conexion = $mailman->connect();//ensure cookie creation if ($conexion) { $mailman->addMembers(array('member1@avantine.com', 'member2@domain.com'));/adding membres } } |
Files |
File | Role | Description |
---|---|---|
cookie | Data | cookie file,its need write permision |
PhpMailman.php | Class | main class |
README | Doc. | README documentation and example |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.