Tuesday, May 25, 2010

NiceSpammer

At Pycon4 with Antonio Tirabasso we have presented the NiceSpammer.
The project starts as requests for our clients to send newsletters from Plone sites.

I done a wide research about the existent products, Python and not, and finally I found there are lot of interesting software but all have the authoring part, that we don't need.

So I try to minimize the developement using well know libraries and avoiding the DB backend component. The result is NiceSpammer, the newsletter is created from four files: a csv containing the emails, the configuration (from, subject, stats) and the html and text content.

In this way you can generate the newsletter by hand or integrating whatever web framework you like in a very simple way.

Labels:

0 Comments:

Post a Comment

<< Home