I am writing an admin notification sytem for my custom CMS. So I am planning of adding a bcc to all the users of sites. So here are my questions?
- Is bcc better than the foreach($user){mail()} function? in terms of server resource usage?
- How many bcc's will the server support?
Thank you.