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 [email protected], [email protected], [email protected], [email protected] -- -f [email protected] < /pathTo/dir/emailText.txt
But get this error:
You must specify direct recipients with -s, -c, or -b.