I am trying to automate my email by using this command on unix VI:
echo 'Message body goes here' | mail -s 'subject line goes here' email@provider.com
However, I would like to add a "CC" and use a different email address showing when I send the email to the recipient.