PHPmailer sending bulk to a user base - should I use BCC or individual emails?
问题 I have a user database with a few hundred users who need to receive a weekly update email, sent via a weekly scheduled task. When using PHPmailer, would it be better to send one email with all users in the BCC field, or multiple emails using the standard AddAddress field? Which is easier on the server and/or is one way more efficient than the other? 回答1: Individual emails. BCC is easier on the server, but gives you very little control, and there's more scope for sending the wrong thing to