> > 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...?

This type of email may be more susceptible to being caught in spam traps.
Check with your webhost to learn of any limits to the number of recipients
per message, and number of messages per day/hour/etc.

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to