Project Status:
5/16/01 - Currently the first release is in development, demo version
should be available by 9/01
News
Archive
Public Description:
Open Newsletter is a web-based open source solution for sending email newsletters to a subscriber list.
Email delivery options include an HTML version and/or a Text version. Currently, the software allows for maintenance of four separate newsletter distribution lists.
Administration features include:
Currently, Open Newsletter has been tested with (but is not limited to) a userbase of 20,000 recipients.
Technical Description:
Open Newsletter is a web-based open source solution for sending email newsletters to a subscriber list.
Email delivery options include an HTML version and/or a Text version. Currently, the software allows for maintenance of four separate newsletter distribution lists.
The web interface provides administrators with statistics on subscribers, including newsletter version(s) to which people are subscribed, and newsletter type (text or html). Administration functions also include the ability to subscribe/unsubscribe & update user records in the database, in addition to sending the email newsletter.
The subscriber database is stored in a mysql database, with fields including email, date subscribed, type (text/html), and version(s) subscribed.
The web-interfaced is a CGI script written in perl that interacts with the mysql database for administration of subscriber list and sending the email newsletter.
Unsubscribing feature is implemented as a link at the bottom of every email which passes the users subscribed email address to a separate subscribe/unsubscribe perl script. The users email is deleted completely from the database.
The email delivery is accomplished by the perl CGI script using Sendmail.
Server Requirements for Open Newsletter: