I have a site with about 20,000 registered users. We want to send them a newsletter.
It seems sheer folly to me to just put a loop around a mail() function. We also might bog the machine down if we were to simply loop using phpMailer() or PEAR mail.
I'd also like to set it up so that people can manage their mail preferences, etc. in case they get tired of the newsletter.
I've seen complex mailing list managers like phplist but it seems to me that is a bit overkill and integrating that software with my existing site seems like a lot of work...i'd have to alter either phplist's user management to alter my existing site's user records or somehow move my user information into phplist.
Can anyone recommend any existing PHP mail management package that might be suitable for me?