Gustav Wiberg wrote:
----- Original Message ----- From: "Marcus Gnaß" <gonatan@xxxxxx>
To: "Gustav Wiberg" <gustav@xxxxxxxxxxxxxx>
Sent: Wednesday, March 01, 2006 5:29 PM
Subject: Re: Mailto members..?
Gustav Wiberg schrieb:
while ($dbArray = mysql_fetch_array($querys)) {
...sendmail (from, to, htmltext...)...
}
Why let PHP do all the work? If the body is all the same for all
recipients you could send only one mail with all recipients in the
BCC-field and only one dummy-adress in the To-field. This would lead
to a very short execution-time.
Marcus
Yes, that's true! Is there any sideffects maybe...?
/G
Outside of being a major spam flag, and possibly reaching the limits of
your smtp server.
--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
jnichel@xxxxxxxxxxxxxxxxxxxxxxxxxxx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php