Forum Moderators: coopster

Message Too Old, No Replies

Looking for php listserv script/api

         

pixeltierra

8:33 pm on Feb 25, 2008 (gmt 0)

10+ Year Member



Could write one, myself, but will use something else if it's already there.

Looking for the following basic functionality:

parses email subject for commands, like
subscribe my@email.com
unsubscribe my@email.com

Maintains a list of subscribers in mysql, or flat txt file.
Set up with a CRON job to send mail every 5 mins or so.

Anyone know of one of these? Pretty basic, really.

eelixduppy

12:43 am on Feb 26, 2008 (gmt 0)



You can check the open-source script repositories around the web for something that matches this. A few good places to check are sourceforge.net, hotscripts.com, freshmeat.net, etc... Worst case scenario, as you have said, is that you have to code something to fit your needs. If that be the case, then I'm sure the members here will be more than willing to help you implement that solution, as well :)

good luck