I wish I knew sendmail better. If I have to send out 100 identical emails, which is the more efficient way: build a 100 email long BCC: field and mail() it once from PHP, or make a loop and send 100 individual mail()s? I figure it shouldn't really matter, because sendmail still has to send 100 messages either way. Right? Or does the BCC: actually make things easier on my server?
- jim 10-31-2002 3:53 am




add a comment to this page:

Your post will be captioned "posted by anonymous,"
or you may enter a guest username below:


Line breaks work. HTML tags will be stripped.