tags:

views:

124

answers:

4

I'm looking for a free PHP tool to send bulk emails.

Something simple but that works: "send from" address, upload a CSV file (email, name), upload an HTML template, insert plain-text version, and SENT! But has to work with large lists.

We have our own already but it's getting very buggy, and we need to send a mass announcement (7~8,000 recipients). Instead of wasting time trying to debug it, I was thinking maybe there is an open source solution out there that can get me there quicker.

I know about email CAN-SPAM rules and all that, don't worry.

And I know there are service providers dedicated to that too, but for this case we need to do that internally.

+3  A: 

http://www.phplist.com/

Matti
+1  A: 

Try PHPlist

AJ
nice one, even got the seconds to match ;)
Matti
Ha, ditto. I actually started to type Cakemail first, but I remembered it's not free.
AJ
A: 
Johann Gerell
+1  A: 

Personally, I'm not a big fan of PHPList, here are some very good alternatives:

poMMo poMMo poMMo poMMo

Alix Axel