I am attempting to send an e-mail to a recipient and bcc two other address using th e mail command. The issue is that the "-b " flag is not being read as such leading mail to try sending an e-mail to " -b someone@example.com ". The command is shown below.
mail -s "Test" person1@example.com -b person2@example.com </dev/null