I have been using the sendmail function in PHP with Exim 4 so far when I had to send my mailing lists, I would like to know if there is a clean solution for that.
I'm quite sure that Facebook isn't sending email notifications in foreach loops.
I have tried to send them one by one using a Bash script doing a loop, but it's slow, and it's using database ressources.
I found a few mailing list managers on the Internet, I think it would be the best way to trac emails like
- Phplist or
- OemPro which isn't free but seems good
How to do this with the Zend framework? (Ref: "What's the best approach to sending email to hundreds of recipients from a Zend Framework application?")