How to create a newsletter application?
Posted
by
tftd
on Stack Overflow
See other posts from Stack Overflow
or by tftd
Published on 2011-02-05T13:24:11Z
Indexed on
2012/09/13
21:38 UTC
Read the original article
Hit count: 208
php
|newsletter
I'm required to create a newsletter php application that would send template emails to all subscribed to the system users. We're currently using PostgreSQL so PhpList will not work for us if it's not capable to work with PostgreSQL.
What's the appropriate way of handling this task ? Also keep in mind that there will be big amounts of subscribers.
Edit: I'm opened to java applications that could do the trick..
Thanks in advance.
© Stack Overflow or respective owner