I am using linux mail command to send an automated email to a bunch of people once per week. I want each one of the recipients to be BCC'ed.
I am trying this command:
mail -v -s "Email Subject" -b george@gmail.com, maria@email.com, gina@correo.com, asher@texting.com -- -f jpatino@azucarcolombia.com < /pathTo/dir/emailText.txt
But get this error:
You must specify direct recipients with -s, -c, or -b.