Sending email with mail command – with from and CC addresses Posted byadmin August 5, 2011 Leave a comment on Sending email with mail command – with from and CC addresses echo "Message body" | mail -s "Message Subject" abc@domain.tld -c def@domain.tld -f ghi@domain.tld