simple mailinglist
simple mailinglist
Out of context: Reply #13
- Started
- Last post
- 13 Responses
- mike0
unfit-
that's a very dangerous way to handle mass mail since the php process is running dependent on the browser / webserver session. this can (and will) cause many problems when the mailing list gets as large or larger than say 500 recipients.
problems such as not everyone receiving the email or even worse, some people receiving multiple copies of the email.
if you want to use php for sending mass email I would recommend calling an individual system process to handle this independent of the webserver / browser... or better yet use perl.