Pop3ml
Php Mailinglist/Newsletter manager
==========================================
Version 0.1.beta (December 15 2008)
This is a simple class to manage Mailing lists without a local smtp server.
You only need a simple pop3 mail account.
It works with php4/5 and mysql => 4. You can subscribe/unsubscribe simply with mail messages. There is
subscription/unsubscription confirmation, message moderation, message queue, allow/deny addresses list.
You can configure it with programs like phpMyAdmin or, if you prefer with 'goshweb',
another php program developed by myself.
Installation:
please refer to INSTALL file.
Mailing list subscription:
send a message to ML address, without subject and with body text:
subscribe
If ML is configured with subscribe confirmation, you will receive a mail to validate your
request. Reply to continue subscription.
Mailing list unsubscription:
send a message to ML address, without subject and with body text:
unsubscribe
If ML is configured with unsubscribe confirmation, you will receive a mail to validate your
request. Reply to continue unsubscription.
Mailing list message moderation
if moderator(s) reply to e-mail messages received from ML, they will be delivered to all subscribers,
otherwise they will be removed later (depending on field defined at the beginning of the class '_EXPIRE_MSG_MOD')
CHANGELOG
See ChangeLog.txt
Download: http://www.bsmc.it/ftp/programs/php/pop3ml-0.1.beta.tgz
Giuseppe Lucarelli
giu.lucarelli@gmail.com
Enjoy!
|