PHP mailing list software

Filed under: PHP | 1 Comment

Anyone have a suggestion for a good PHP based email list script? Here are my needs:

  • Not tag emails as “powered by”. It needs to look like we sent it by hand.
  • Work well with a lot of addresses (10-20K)
  • Be able to run automatically. I want a daily/weekly newsletter, I want to be able to provide it the content which will self update, and it will send these things out via crontab.

That last one might be a problem, so I might have to write it myself. Any suggestions on how to send large quantities of email? The list won’t be huge for a little while, but I don’t want to hit a brick wall (I assume it will be under 1,000 for a while).

The solution does not have to be free, I’m not objected to paying for quality code.

Read the latest posts

One Response to “PHP mailing list software”

  1. Tom Bridge says:

    I’ve been using SonicMailer Pro (http://sensationdesigns.com/) for a website I run that needs a distro list for 150-200 people, nothing quite like you’re looking for, but it does fairly well. Not sure whether or not it’s cron-able, but they give you the code, so no reason it couldn’t be.

    Give it a look?

Leave a Reply