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?