I'm using PHPMailer to send emails with SMTP from my script. The emails in question are actually cell numbers utilizing email-to-SMS gateways. Now, ideally I want to build up a big BCC list to send everything in one batch instead of looping through a big list of addresses and sending them one at a time.
Should I completely trust BCC functionality to hide other recipient's addresses (which in this case are mostly phone numbers)?