[thelist] PHP mail to many recipients

Mike evolt at muinar.com
Tue Dec 14 16:26:46 CST 2004


At 09:09 13.12.2004 +0000, you wrote:
>Hi,
>
>I have a UNIX hosting account and I want to send out a mail to users in my
>mySQL database.
>
>What's the best way? BCC? Or is mail() not the best for large numbers of
>recipients?

Hello

BCC is bad because of the spam filters of some providers.

Think about adding a sleep(something) to the mail loop (PHP). This helps
your mail pipe and, as well, helps getting your messages through some
mass mail filters.

Mike


_____  mike s. krischker  http://webdesign-schweiz.ch/
        webpro mailing list  http://webdesign-list.com/
        flashpro mailing list  http://flash-list.com/



More information about the thelist mailing list