What is the best free/open source php based newletter system?


1

Over time I have used a bunch of email newsletter managers and seems like everyyear I am using something new. I am worried that I have missed a really good option out there that has been right under my nose.

I know PHPlist well and but still find it very limited.

Please offer some choices that have more power.

Newsletter Contact CMS

asked Jun 25 '11 at 14:32
Blank
Lenn Dolling
106 points
  • Can you define 'limited'? What features are you expecting/want? Also, reliable email delivery is difficult, it's usually worth paying for a SaaS tool to handle it for you. – Ryan Doherty 12 years ago

2 Answers


2

I think PHPList is the best list programm in PHP so far. I don't like it myself to be honest.

The problem with PHP is it has a in-built time out which cannot be modified with most hosters. It might occur that after 100 seconds of sending your emails the php process gets killed by the system. Then you have a problem. 100 seconds are not too much if you send thousands of e-mails. PHPlist has some mechanisms to deal this out, you'll need to check in detail if that works for you.

That being said, you could use Dada mail which is written in Perl and should be installable on a good bunch of webhosts:

The general problem of mailinglists is that your hoster might refuse to send so much e-mails at one time. Even when you use your own POP3 account you might have problems. This is one of the reasons people go to huge providers like:

Depending on how many users you want to use one of them.

Finally I must say I have searched for a long time for various mailinglists myself. I even wrote my own mailinglist program in PHP. It is ugly like hell but it helps me doing my stuff. It is not so overloaded as the PHPlist stuff.

If my lists ever grow, I will for sure use this open source software on my own server (root rights required):

or use one of the mentioned providers above.

Oh, and if you ever find a better solution then the ones I mentioned, I would love to hear and learn from you :-)

Cheers,
Christian

answered Jun 25 '11 at 15:48
Blank
Christian
3,590 points

0

Well, i researched many many systems, even commercial paid once, ended up writing my own (very primitive) email system, which also fit's right into my system :)

I would recommend such a way too.

answered Jun 27 '11 at 20:51
Blank
Herr K
292 points
  • seems we have had the same pain :-) I start thinking about open sourcing mine - so many people seem to search an easy solution – Christian 13 years ago
  • Well for example, my solutions works perfectly for me but i doubt it would work for you. Open sourcing might not be the correct solution for this task, because maintaining it would not be easy :) – Herr K 13 years ago
  • yes in house code is always best.. :) I like something that is moldable though so i can work On what I am focused on currently... I dont want to reinvent a good wheel that is already rolling at high speed. I have heavily modd'd the phplist to suite my needs but it is bogging out at times. – Lenn Dolling 13 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Newsletter Contact CMS