----- 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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php